COLOR #66AF82

HEX: #66AF82 RGB: (102,175,130)

Color info

#66AF82 contains mainly green and blue colors. Web safe color of #66AF82 is #669999 (or #699).

RGB color model

#66AF82 color RGB value is (102,175,130).

RGB: (102,175,130) (40%, 69%, 51%)

RGB channels and saturation

R 102 of 255 = 40%
G 175 of 255 = 69%
B 130 of 255 = 51%

102
175
130

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

Portions of RGB colors in percentages

R + G + B = 102 + 175 + 130 = 407 (100%)
R 102 of 407 ~ 25.06%
G 175 of 407 ~ 43%
B 130 of 407 ~ 31.94'%

%25.06
%43
%31.94

CMYK color model

#66AF82 color CMYK value is (42,0,26,31).

  • cyan value is 41.71%
  • magenta value is 0.00%
  • yellow value is 25.71%
  • key color value is 31.37%
CMYK: (42,0,26,31) C42M0Y26K31 (42%,0%,26%,31%) (0.42/0.00/0.26/0.31) 

CMYK percentages

%41.71
%0
%25.71
%31.37

Codes

Color #66AF82 in popluar color models

66 AF 82
RGB 102 175 130
HSL 143° 31.33% 54.31%
HSB/HSV 143° 41.71% 68.63%
CMYK 41.71% 0.00% 25.71%
31.37%

Color #66AF82 in popluar number systems.

HEX 66 AF 82
Decimal 102 175 130
Binary 1100110 10101111 10000010
Octal 146 257 202

Shades and tints

Shades of #66AF82

#66AF82
(102,175,130)
#5DA077
(93,160,119)
#54916C
(84,145,108)
#4B8261
(75,130,97)
#427356
(66,115,86)
#39644B
(57,100,75)
#305540
(48,85,64)
#274635
(39,70,53)
#1E372A
(30,55,42)
#15281F
(21,40,31)
#0C1914
(12,25,20)
#000000
(0,0,0)

Tints of #66AF82

#66AF82
(102,175,130)
#73B68D
(115,182,141)
#80BD98
(128,189,152)
#8DC4A3
(141,196,163)
#9ACBAE
(154,203,174)
#A7D2B9
(167,210,185)
#B4D9C4
(180,217,196)
#C1E0CF
(193,224,207)
#CEE7DA
(206,231,218)
#DBEEE5
(219,238,229)
#E8F5F0
(232,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66AF82 color. Also use rgb(102,175,130) instead hex code.

Text Font Color

.myTextColor { color: #66AF82; }

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

This text font color is #66AF82.

Background Color

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

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

This div background color is #66AF82.

Border color

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

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

This div border color is #66AF82.

Opacity

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

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

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

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

This text has shadow with #66AF82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66AF82.

Preview

Color preview on black background

This text has color #66AF82 on black background.


Color preview on white background

This text has color #66AF82 on white background.


Black color preview on #66AF82 background

This text has black color on #66AF82 background.


White color preview on #66AF82 background

This text has white color on #66AF82 background.


Related colors

Complementary color

Complementary color for #hex is #99507D.


I love getcolorcode.com

Triadic colors

1 #8266AF and #AF8266 with #66AF82 are triadic colors.

2 #82AF66 and #AF6682 with #66AF82 are triadic colors.