COLOR #66C486

HEX: #66C486 RGB: (102,196,134)

Color info

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

RGB color model

#66C486 color RGB value is (102,196,134).

RGB: (102,196,134) (40%, 77%, 53%)

RGB channels and saturation

R 102 of 255 = 40%
G 196 of 255 = 77%
B 134 of 255 = 53%

102
196
134

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

Portions of RGB colors in percentages

R + G + B = 102 + 196 + 134 = 432 (100%)
R 102 of 432 ~ 23.61%
G 196 of 432 ~ 45.37%
B 134 of 432 ~ 31.02'%

%23.61
%45.37
%31.02

CMYK color model

#66C486 color CMYK value is (48,0,32,23).

  • cyan value is 47.96%
  • magenta value is 0.00%
  • yellow value is 31.63%
  • key color value is 23.14%

CMYK: (48,0,32,23)
C48M0Y32K23 (48%, 0%, 32%, 23%)
(0.48 / 0.00 / 0.32 / 0.23)

CMYK percentages

%47.96
%0
%31.63
%23.14

Codes

Color #66C486 in popluar color models

66 C4 86
RGB 102 196 134
HSL 140° 44.34% 58.43%
HSB/HSV 140° 47.96% 76.86%
CMYK 47.96% 0.00% 31.63%
23.14%

Color #66C486 in popluar number systems.

HEX 66 C4 86
Decimal 102 196 134
Binary 1100110 11000100 10000110
Octal 146 304 206

Shades and tints

Shades of #66C486

#66C486
(102,196,134)
#5DB37A
(93,179,122)
#54A26E
(84,162,110)
#4B9162
(75,145,98)
#428056
(66,128,86)
#396F4A
(57,111,74)
#305E3E
(48,94,62)
#274D32
(39,77,50)
#1E3C26
(30,60,38)
#152B1A
(21,43,26)
#0C1A0E
(12,26,14)
#000000
(0,0,0)

Tints of #66C486

#66C486
(102,196,134)
#73C991
(115,201,145)
#80CE9C
(128,206,156)
#8DD3A7
(141,211,167)
#9AD8B2
(154,216,178)
#A7DDBD
(167,221,189)
#B4E2C8
(180,226,200)
#C1E7D3
(193,231,211)
#CEECDE
(206,236,222)
#DBF1E9
(219,241,233)
#E8F6F4
(232,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66C486 color. Also use rgb(102,196,134) instead hex code.

Text Font Color

.myTextColor { color: #66C486; }

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

This text font color is #66C486.

Background Color

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

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

This div background color is #66C486.

Border color

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

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

This div border color is #66C486.

Opacity

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

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

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

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

This text has shadow with #66C486 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66C486.

Preview

Color preview on black background

This text has color #66C486 on black background.


Color preview on white background

This text has color #66C486 on white background.


Black color preview on #66C486 background

This text has black color on #66C486 background.


White color preview on #66C486 background

This text has white color on #66C486 background.


Related colors

Complementary color

Complementary color for #hex is #993B79.


I love getcolorcode.com

Triadic colors

1 #8666C4 and #C48666 with #66C486 are triadic colors.

2 #86C466 and #C46686 with #66C486 are triadic colors.