COLOR #66CC8A

HEX: #66CC8A RGB: (102,204,138)

Color info

#66CC8A contains mainly green color. Web safe color of #66CC8A is #66CC99 (or #6C9).

RGB color model

#66CC8A color RGB value is (102,204,138).

RGB: (102,204,138) (40%, 80%, 54%)

RGB channels and saturation

R 102 of 255 = 40%
G 204 of 255 = 80%
B 138 of 255 = 54%

102
204
138

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

Portions of RGB colors in percentages

R + G + B = 102 + 204 + 138 = 444 (100%)
R 102 of 444 ~ 22.97%
G 204 of 444 ~ 45.95%
B 138 of 444 ~ 31.08'%

%22.97
%45.95
%31.08

CMYK color model

#66CC8A color CMYK value is (50,0,32,20).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 20.00%
CMYK: (50,0,32,20) C50M0Y32K20 (50%,0%,32%,20%) (0.50/0.00/0.32/0.20) 

CMYK percentages

%50
%0
%32.35
%20

Codes

Color #66CC8A in popluar color models

66 CC 8A
RGB 102 204 138
HSL 141° 50.00% 60.00%
HSB/HSV 141° 50.00% 80.00%
CMYK 50.00% 0.00% 32.35%
20.00%

Color #66CC8A in popluar number systems.

HEX 66 CC 8A
Decimal 102 204 138
Binary 1100110 11001100 10001010
Octal 146 314 212

Shades and tints

Shades of #66CC8A

#66CC8A
(102,204,138)
#5DBA7E
(93,186,126)
#54A872
(84,168,114)
#4B9666
(75,150,102)
#42845A
(66,132,90)
#39724E
(57,114,78)
#306042
(48,96,66)
#274E36
(39,78,54)
#1E3C2A
(30,60,42)
#152A1E
(21,42,30)
#0C1812
(12,24,18)
#000000
(0,0,0)

Tints of #66CC8A

#66CC8A
(102,204,138)
#73D094
(115,208,148)
#80D49E
(128,212,158)
#8DD8A8
(141,216,168)
#9ADCB2
(154,220,178)
#A7E0BC
(167,224,188)
#B4E4C6
(180,228,198)
#C1E8D0
(193,232,208)
#CEECDA
(206,236,218)
#DBF0E4
(219,240,228)
#E8F4EE
(232,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66CC8A color. Also use rgb(102,204,138) instead hex code.

Text Font Color

.myTextColor { color: #66CC8A; }

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

This text font color is #66CC8A.

Background Color

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

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

This div background color is #66CC8A.

Border color

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

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

This div border color is #66CC8A.

Opacity

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

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

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

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

This text has shadow with #66CC8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66CC8A.

Preview

Color preview on black background

This text has color #66CC8A on black background.


Color preview on white background

This text has color #66CC8A on white background.


Black color preview on #66CC8A background

This text has black color on #66CC8A background.


White color preview on #66CC8A background

This text has white color on #66CC8A background.


Related colors

Complementary color

Complementary color for #hex is #993375.


I love getcolorcode.com

Triadic colors

1 #8A66CC and #CC8A66 with #66CC8A are triadic colors.

2 #8ACC66 and #CC668A with #66CC8A are triadic colors.