COLOR #6EC196

HEX: #6EC196
RGB: (110,193,150)

Renk bilgisi

#6EC196 contains mainly green and blue colors. #6EC196 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#6EC196 color RGB value is (110,193,150).

  • kırmız ton 110;
  • yeşil ton 193;
  • mavi ton 150.
RGB:
(110,193,150)
(43%,76%,59%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 193 of 255 = 76%
B 150 of 255 = 59%

110
193
150

R + G + B ~ 59%. #6EC196 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 193 + 150 = 453 (100%)
R 110 of 453 ~ 24.28%
G 193 of 453 ~ 42.6%
B 150 of 453 ~ 33.11%

%24.28
%42.6
%33.11

CMYK RENK MODELİ

#6EC196 rengi CMYK tonu (43,0,22,24).

  • camgöbeği tonu 43.01%
  • eflatun tonu 0.00%
  • sarı tonu 22.28%
  • ana renk tonu 24.31%
CMYK:
(43,0,22,24)
C43M0Y22K24 
(43%,0%,22%,24%)
(0.43/0.00/0.22/0.24)	

CMYK yüzdeleri

%43.01
%0
%22.28
%24.31

Codes

Color #6EC196 in popluar color models

6EC196
RGB110193150
HSL149°40.10%59.41%
HSB/HSV149°43.01%75.69%
CMYK43.01%0.00%22.28%
24.31%

Color #6EC196 in popluar number systems.

HEX6EC196
Decimal110193150
Binary11011101100000110010110
Octal156301226

Shades and tints

Shades of #6EC196

#6EC196
(110,193,150)
#64B089
(100,176,137)
#5A9F7C
(90,159,124)
#508E6F
(80,142,111)
#467D62
(70,125,98)
#3C6C55
(60,108,85)
#325B48
(50,91,72)
#284A3B
(40,74,59)
#1E392E
(30,57,46)
#142821
(20,40,33)
#0A1714
(10,23,20)
#000000
(0,0,0)

Tints of #6EC196

#6EC196
(110,193,150)
#7BC69F
(123,198,159)
#88CBA8
(136,203,168)
#95D0B1
(149,208,177)
#A2D5BA
(162,213,186)
#AFDAC3
(175,218,195)
#BCDFCC
(188,223,204)
#C9E4D5
(201,228,213)
#D6E9DE
(214,233,222)
#E3EEE7
(227,238,231)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EC196 color. Also use rgb(110,193,150) instead hex code.

Text Font Color

.myTextColor { color: #6EC196; }

<p style="color:#6EC196">This sample text font color is #6EC196.</p>

This text font color is #6EC196.


Background Color

.myBgColor { background-color: #6EC196; }

<div style="background-color:#6EC196">Inner text</div>

This div background color is #6EC196.


Border color

.myBorderColor { border: 1px solid #6EC196; }

<div style="border:3px solid #6EC196">Div</div>

This div border color is #6EC196.


Opacity

.myOpacity80 { color: #6EC196; opacity: 0.8; }

<p style="color:#6EC196;opacity:0.8;">80%</p>

Text with #6EC196 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6EC196;}

<p style="text-shadow: 3px 3px 1px #6EC196">Text here.</p>

This text has shadow with #6EC196 color.

.textShadow {text-shadow: 3px 3px 1px #6EC196, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6EC196, 5px 5px 20px red">Text here.</p>

This text has shadow with #6EC196 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EC196, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6EC196, Direction=45, Strength=4)">Text</p>

This text has shadow with #6EC196 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6EC196;
  -webkit-box-shadow:	1px 1px 3px 2px #6EC196;
  box-shadow:		1px 1px 3px 2px #6EC196;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6EC196;
-webkit-box-shadow: 1px 1px 3px 2px #6EC196;
box-shadow:1px 1px 3px 2px #6EC196;">
Div content here</div>
This div box has shadow with color #6EC196.

Preview

Color preview on black background

This text has color #6EC196 on black background.


Color preview on white background

This text has color #6EC196 on white background.



Black color preview on #6EC196 background

This text has black color on #6EC196 background.


White color preview on #6EC196 background

This text has white color on #6EC196 background.