COLOR #66C2A4

HEX: #66C2A4 RGB: (102,194,164)

Color info

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

RGB color model

#66C2A4 color RGB value is (102,194,164).

RGB: (102,194,164) (40%, 76%, 64%)

RGB channels and saturation

R 102 of 255 = 40%
G 194 of 255 = 76%
B 164 of 255 = 64%

102
194
164

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

Portions of RGB colors in percentages

R + G + B = 102 + 194 + 164 = 460 (100%)
R 102 of 460 ~ 22.17%
G 194 of 460 ~ 42.17%
B 164 of 460 ~ 35.65'%

%22.17
%42.17
%35.65

CMYK color model

#66C2A4 color CMYK value is (47,0,15,24).

  • cyan value is 47.42%
  • magenta value is 0.00%
  • yellow value is 15.46%
  • key color value is 23.92%

CMYK: (47,0,15,24)
C47M0Y15K24 (47%, 0%, 15%, 24%)
(0.47 / 0.00 / 0.15 / 0.24)

CMYK percentages

%47.42
%0
%15.46
%23.92

Codes

Color #66C2A4 in popluar color models

66 C2 A4
RGB 102 194 164
HSL 160° 42.99% 58.04%
HSB/HSV 160° 47.42% 76.08%
CMYK 47.42% 0.00% 15.46%
23.92%

Color #66C2A4 in popluar number systems.

HEX 66 C2 A4
Decimal 102 194 164
Binary 1100110 11000010 10100100
Octal 146 302 244

Shades and tints

Shades of #66C2A4

#66C2A4
(102,194,164)
#5DB196
(93,177,150)
#54A088
(84,160,136)
#4B8F7A
(75,143,122)
#427E6C
(66,126,108)
#396D5E
(57,109,94)
#305C50
(48,92,80)
#274B42
(39,75,66)
#1E3A34
(30,58,52)
#152926
(21,41,38)
#0C1818
(12,24,24)
#000000
(0,0,0)

Tints of #66C2A4

#66C2A4
(102,194,164)
#73C7AC
(115,199,172)
#80CCB4
(128,204,180)
#8DD1BC
(141,209,188)
#9AD6C4
(154,214,196)
#A7DBCC
(167,219,204)
#B4E0D4
(180,224,212)
#C1E5DC
(193,229,220)
#CEEAE4
(206,234,228)
#DBEFEC
(219,239,236)
#E8F4F4
(232,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66C2A4 color. Also use rgb(102,194,164) instead hex code.

Text Font Color

.myTextColor { color: #66C2A4; }

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

This text font color is #66C2A4.

Background Color

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

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

This div background color is #66C2A4.

Border color

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

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

This div border color is #66C2A4.

Opacity

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

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

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

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

This text has shadow with #66C2A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66C2A4.

Preview

Color preview on black background

This text has color #66C2A4 on black background.


Color preview on white background

This text has color #66C2A4 on white background.


Black color preview on #66C2A4 background

This text has black color on #66C2A4 background.


White color preview on #66C2A4 background

This text has white color on #66C2A4 background.


Related colors

Complementary color

Complementary color for #hex is #993D5B.


I love getcolorcode.com

Triadic colors

1 #A466C2 and #C2A466 with #66C2A4 are triadic colors.

2 #A4C266 and #C266A4 with #66C2A4 are triadic colors.