COLOR #66C092

HEX: #66C092 RGB: (102,192,146)

Color info

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

RGB color model

#66C092 color RGB value is (102,192,146).

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

RGB channels and saturation

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

102
192
146

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

Portions of RGB colors in percentages

R + G + B = 102 + 192 + 146 = 440 (100%)
R 102 of 440 ~ 23.18%
G 192 of 440 ~ 43.64%
B 146 of 440 ~ 33.18'%

%23.18
%43.64
%33.18

CMYK color model

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

  • cyan value is 46.88%
  • magenta value is 0.00%
  • yellow value is 23.96%
  • 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
%23.96
%24.71

Codes

Color #66C092 in popluar color models

66 C0 92
RGB 102 192 146
HSL 149° 41.67% 57.65%
HSB/HSV 149° 46.88% 75.29%
CMYK 46.88% 0.00% 23.96%
24.71%

Color #66C092 in popluar number systems.

HEX 66 C0 92
Decimal 102 192 146
Binary 1100110 11000000 10010010
Octal 146 300 222

Shades and tints

Shades of #66C092

#66C092
(102,192,146)
#5DAF85
(93,175,133)
#549E78
(84,158,120)
#4B8D6B
(75,141,107)
#427C5E
(66,124,94)
#396B51
(57,107,81)
#305A44
(48,90,68)
#274937
(39,73,55)
#1E382A
(30,56,42)
#15271D
(21,39,29)
#0C1610
(12,22,16)
#000000
(0,0,0)

Tints of #66C092

#66C092
(102,192,146)
#73C59B
(115,197,155)
#80CAA4
(128,202,164)
#8DCFAD
(141,207,173)
#9AD4B6
(154,212,182)
#A7D9BF
(167,217,191)
#B4DEC8
(180,222,200)
#C1E3D1
(193,227,209)
#CEE8DA
(206,232,218)
#DBEDE3
(219,237,227)
#E8F2EC
(232,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66C092; }

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

This text font color is #66C092.

Background Color

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

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

This div background color is #66C092.

Border color

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

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

This div border color is #66C092.

Opacity

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

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

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

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

This text has shadow with #66C092 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66C092.

Preview

Color preview on black background

This text has color #66C092 on black background.


Color preview on white background

This text has color #66C092 on white background.


Black color preview on #66C092 background

This text has black color on #66C092 background.


White color preview on #66C092 background

This text has white color on #66C092 background.


Related colors

Complementary color

Complementary color for #hex is #993F6D.


I love getcolorcode.com

Triadic colors

1 #9266C0 and #C09266 with #66C092 are triadic colors.

2 #92C066 and #C06692 with #66C092 are triadic colors.