COLOR #66C59E

HEX: #66C59E
RGB: (102,197,158)

Color info

#66C59E contains mainly green and blue colors. Web safe color of #66C59E is #66CC99 (or #6C9).

RGB color model

#66C59E color RGB value is (102,197,158).

  • red value is 102;
  • green value is 197;
  • blue value is 158.
RGB:
(102,197,158)
(40%,77%,62%)

RGB channels and saturation

R 102 of 255 = 40%
G 197 of 255 = 77%
B 158 of 255 = 62%

102
197
158

R + G + B ~ 60%. #66C59E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 197 + 158 = 457 (100%)
R 102 of 457 ~ 22.32%
G 197 of 457 ~ 43.11%
B 158 of 457 ~ 34.57%

%22.32
%43.11
%34.57

CMYK color model

#66C59E color CMYK value is (48,0,20,23).

  • cyan value is 48.22%
  • magenta value is 0.00%
  • yellow value is 19.80%
  • key color value is 22.75%
CMYK:
(48,0,20,23)
C48M0Y20K23 
(48%,0%,20%,23%)
(0.48/0.00/0.20/0.23)	

CMYK percentages

%48.22
%0
%19.8
%22.75

Codes

Color #66C59E in popluar color models

66C59E
RGB102197158
HSL155°45.02%58.63%
HSB/HSV155°48.22%77.25%
CMYK48.22%0.00%19.80%
22.75%

Color #66C59E in popluar number systems.

HEX66C59E
Decimal102197158
Binary11001101100010110011110
Octal146305236

Shades and tints

Shades of #66C59E

#66C59E
(102,197,158)
#5DB490
(93,180,144)
#54A382
(84,163,130)
#4B9274
(75,146,116)
#428166
(66,129,102)
#397058
(57,112,88)
#305F4A
(48,95,74)
#274E3C
(39,78,60)
#1E3D2E
(30,61,46)
#152C20
(21,44,32)
#0C1B12
(12,27,18)
#000000
(0,0,0)

Tints of #66C59E

#66C59E
(102,197,158)
#73CAA6
(115,202,166)
#80CFAE
(128,207,174)
#8DD4B6
(141,212,182)
#9AD9BE
(154,217,190)
#A7DEC6
(167,222,198)
#B4E3CE
(180,227,206)
#C1E8D6
(193,232,214)
#CEEDDE
(206,237,222)
#DBF2E6
(219,242,230)
#E8F7EE
(232,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66C59E color. Also use rgb(102,197,158) instead hex code.

Text Font Color

.myTextColor { color: #66C59E; }

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

This text font color is #66C59E.


Background Color

.myBgColor { background-color: #66C59E; }

<div style="background-color:#66C59E">Inner text</div>

This div background color is #66C59E.


Border color

.myBorderColor { border: 1px solid #66C59E; }

<div style="border:3px solid #66C59E">Div</div>

This div border color is #66C59E.


Opacity

.myOpacity80 { color: #66C59E; opacity: 0.8; }

<p style="color:#66C59E;opacity:0.8;">80%</p>

Text with #66C59E 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 #66C59E;}

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

This text has shadow with #66C59E color.

.textShadow {text-shadow: 3px 3px 1px #66C59E, 3px 3px 1px red;}

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

This text has shadow with #66C59E primary color and red secondary color.


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

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

This text has shadow with #66C59E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66C59E on black background.


Color preview on white background

This text has color #66C59E on white background.



Black color preview on #66C59E background

This text has black color on #66C59E background.


White color preview on #66C59E background

This text has white color on #66C59E background.