COLOR #66C091

HEX: #66C091 RGB: (102,192,145)

Color info

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

RGB color model

#66C091 color RGB value is (102,192,145).

RGB: (102,192,145) (40%, 75%, 57%)

RGB channels and saturation

R 102 of 255 = 40%
G 192 of 255 = 75%
B 145 of 255 = 57%

102
192
145

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

Portions of RGB colors in percentages

R + G + B = 102 + 192 + 145 = 439 (100%)
R 102 of 439 ~ 23.23%
G 192 of 439 ~ 43.74%
B 145 of 439 ~ 33.03'%

%23.23
%43.74
%33.03

CMYK color model

#66C091 color CMYK value is (47,0,24,25).

  • cyan value is 46.88%
  • magenta value is 0.00%
  • yellow value is 24.48%
  • key color value is 24.71%

CMYK: (47,0,24,25)
C47M0Y24K25 (47%, 0%, 24%, 25%)
(0.47 / 0.00 / 0.24 / 0.25)

CMYK percentages

%46.88
%0
%24.48
%24.71

Codes

Color #66C091 in popluar color models

66 C0 91
RGB 102 192 145
HSL 149° 41.67% 57.65%
HSB/HSV 149° 46.88% 75.29%
CMYK 46.88% 0.00% 24.48%
24.71%

Color #66C091 in popluar number systems.

HEX 66 C0 91
Decimal 102 192 145
Binary 1100110 11000000 10010001
Octal 146 300 221

Shades and tints

Shades of #66C091

#66C091
(102,192,145)
#5DAF84
(93,175,132)
#549E77
(84,158,119)
#4B8D6A
(75,141,106)
#427C5D
(66,124,93)
#396B50
(57,107,80)
#305A43
(48,90,67)
#274936
(39,73,54)
#1E3829
(30,56,41)
#15271C
(21,39,28)
#0C160F
(12,22,15)
#000000
(0,0,0)

Tints of #66C091

#66C091
(102,192,145)
#73C59B
(115,197,155)
#80CAA5
(128,202,165)
#8DCFAF
(141,207,175)
#9AD4B9
(154,212,185)
#A7D9C3
(167,217,195)
#B4DECD
(180,222,205)
#C1E3D7
(193,227,215)
#CEE8E1
(206,232,225)
#DBEDEB
(219,237,235)
#E8F2F5
(232,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66C091 color. Also use rgb(102,192,145) instead hex code.

Text Font Color

.myTextColor { color: #66C091; }

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

This text font color is #66C091.

Background Color

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

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

This div background color is #66C091.

Border color

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

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

This div border color is #66C091.

Opacity

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

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

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

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

This text has shadow with #66C091 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66C091.

Preview

Color preview on black background

This text has color #66C091 on black background.


Color preview on white background

This text has color #66C091 on white background.


Black color preview on #66C091 background

This text has black color on #66C091 background.


White color preview on #66C091 background

This text has white color on #66C091 background.


Related colors

Complementary color

Complementary color for #hex is #993F6E.


I love getcolorcode.com

Triadic colors

1 #9166C0 and #C09166 with #66C091 are triadic colors.

2 #91C066 and #C06691 with #66C091 are triadic colors.