COLOR #66C17E

HEX: #66C17E
RGB: (102,193,126)

Color info

#66C17E contains mainly green color. Web safe color of #66C17E is #66CC66 (or #6C6).

RGB color model

#66C17E color RGB value is (102,193,126).

  • red value is 102;
  • green value is 193;
  • blue value is 126.
RGB:
(102,193,126)
(40%,76%,49%)

RGB channels and saturation

R 102 of 255 = 40%
G 193 of 255 = 76%
B 126 of 255 = 49%

102
193
126

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

Portions of RGB colors in percentages

R + G + B =
102 + 193 + 126 = 421 (100%)
R 102 of 421 ~ 24.23%
G 193 of 421 ~ 45.84%
B 126 of 421 ~ 29.93%

%24.23
%45.84
%29.93

CMYK color model

#66C17E color CMYK value is (47,0,35,24).

  • cyan value is 47.15%
  • magenta value is 0.00%
  • yellow value is 34.72%
  • key color value is 24.31%
CMYK:
(47,0,35,24)
C47M0Y35K24 
(47%,0%,35%,24%)
(0.47/0.00/0.35/0.24)	

CMYK percentages

%47.15
%0
%34.72
%24.31

Codes

Color #66C17E in popluar color models

66C17E
RGB102193126
HSL136°42.33%57.84%
HSB/HSV136°47.15%75.69%
CMYK47.15%0.00%34.72%
24.31%

Color #66C17E in popluar number systems.

HEX66C17E
Decimal102193126
Binary1100110110000011111110
Octal146301176

Shades and tints

Shades of #66C17E

#66C17E
(102,193,126)
#5DB073
(93,176,115)
#549F68
(84,159,104)
#4B8E5D
(75,142,93)
#427D52
(66,125,82)
#396C47
(57,108,71)
#305B3C
(48,91,60)
#274A31
(39,74,49)
#1E3926
(30,57,38)
#15281B
(21,40,27)
#0C1710
(12,23,16)
#000000
(0,0,0)

Tints of #66C17E

#66C17E
(102,193,126)
#73C689
(115,198,137)
#80CB94
(128,203,148)
#8DD09F
(141,208,159)
#9AD5AA
(154,213,170)
#A7DAB5
(167,218,181)
#B4DFC0
(180,223,192)
#C1E4CB
(193,228,203)
#CEE9D6
(206,233,214)
#DBEEE1
(219,238,225)
#E8F3EC
(232,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66C17E color. Also use rgb(102,193,126) instead hex code.

Text Font Color

.myTextColor { color: #66C17E; }

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

This text font color is #66C17E.


Background Color

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

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

This div background color is #66C17E.


Border color

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

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

This div border color is #66C17E.


Opacity

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

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

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

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

This text has shadow with #66C17E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66C17E on black background.


Color preview on white background

This text has color #66C17E on white background.



Black color preview on #66C17E background

This text has black color on #66C17E background.


White color preview on #66C17E background

This text has white color on #66C17E background.