COLOR #66CA9F

HEX: #66CA9F RGB: (102,202,159)

Color info

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

RGB color model

#66CA9F color RGB value is (102,202,159).

RGB: (102,202,159) (40%, 79%, 62%)

RGB channels and saturation

R 102 of 255 = 40%
G 202 of 255 = 79%
B 159 of 255 = 62%

102
202
159

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

Portions of RGB colors in percentages

R + G + B = 102 + 202 + 159 = 463 (100%)
R 102 of 463 ~ 22.03%
G 202 of 463 ~ 43.63%
B 159 of 463 ~ 34.34'%

%22.03
%43.63
%34.34

CMYK color model

#66CA9F color CMYK value is (50,0,21,21).

  • cyan value is 49.50%
  • magenta value is 0.00%
  • yellow value is 21.29%
  • key color value is 20.78%

CMYK: (50,0,21,21)
C50M0Y21K21 (50%, 0%, 21%, 21%)
(0.50 / 0.00 / 0.21 / 0.21)

CMYK percentages

%49.5
%0
%21.29
%20.78

Codes

Color #66CA9F in popluar color models

66 CA 9F
RGB 102 202 159
HSL 154° 48.54% 59.61%
HSB/HSV 154° 49.50% 79.22%
CMYK 49.50% 0.00% 21.29%
20.78%

Color #66CA9F in popluar number systems.

HEX 66 CA 9F
Decimal 102 202 159
Binary 1100110 11001010 10011111
Octal 146 312 237

Shades and tints

Shades of #66CA9F

#66CA9F
(102,202,159)
#5DB891
(93,184,145)
#54A683
(84,166,131)
#4B9475
(75,148,117)
#428267
(66,130,103)
#397059
(57,112,89)
#305E4B
(48,94,75)
#274C3D
(39,76,61)
#1E3A2F
(30,58,47)
#152821
(21,40,33)
#0C1613
(12,22,19)
#000000
(0,0,0)

Tints of #66CA9F

#66CA9F
(102,202,159)
#73CEA7
(115,206,167)
#80D2AF
(128,210,175)
#8DD6B7
(141,214,183)
#9ADABF
(154,218,191)
#A7DEC7
(167,222,199)
#B4E2CF
(180,226,207)
#C1E6D7
(193,230,215)
#CEEADF
(206,234,223)
#DBEEE7
(219,238,231)
#E8F2EF
(232,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66CA9F color. Also use rgb(102,202,159) instead hex code.

Text Font Color

.myTextColor { color: #66CA9F; }

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

This text font color is #66CA9F.

Background Color

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

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

This div background color is #66CA9F.

Border color

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

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

This div border color is #66CA9F.

Opacity

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

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

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

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

This text has shadow with #66CA9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66CA9F.

Preview

Color preview on black background

This text has color #66CA9F on black background.


Color preview on white background

This text has color #66CA9F on white background.


Black color preview on #66CA9F background

This text has black color on #66CA9F background.


White color preview on #66CA9F background

This text has white color on #66CA9F background.


Related colors

Complementary color

Complementary color for #hex is #993560.


I love getcolorcode.com

Triadic colors

1 #9F66CA and #CA9F66 with #66CA9F are triadic colors.

2 #9FCA66 and #CA669F with #66CA9F are triadic colors.