COLOR #66AE7F

HEX: #66AE7F RGB: (102,174,127)

Color info

#66AE7F contains mainly green and blue colors. Web safe color of #66AE7F is #669966 (or #696).

RGB color model

#66AE7F color RGB value is (102,174,127).

RGB: (102,174,127) (40%, 68%, 50%)

RGB channels and saturation

R 102 of 255 = 40%
G 174 of 255 = 68%
B 127 of 255 = 50%

102
174
127

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

Portions of RGB colors in percentages

R + G + B = 102 + 174 + 127 = 403 (100%)
R 102 of 403 ~ 25.31%
G 174 of 403 ~ 43.18%
B 127 of 403 ~ 31.51'%

%25.31
%43.18
%31.51

CMYK color model

#66AE7F color CMYK value is (41,0,27,32).

  • cyan value is 41.38%
  • magenta value is 0.00%
  • yellow value is 27.01%
  • key color value is 31.76%

CMYK: (41,0,27,32)
C41M0Y27K32 (41%, 0%, 27%, 32%)
(0.41 / 0.00 / 0.27 / 0.32)

CMYK percentages

%41.38
%0
%27.01
%31.76

Codes

Color #66AE7F in popluar color models

66 AE 7F
RGB 102 174 127
HSL 141° 30.77% 54.12%
HSB/HSV 141° 41.38% 68.24%
CMYK 41.38% 0.00% 27.01%
31.76%

Color #66AE7F in popluar number systems.

HEX 66 AE 7F
Decimal 102 174 127
Binary 1100110 10101110 1111111
Octal 146 256 177

Shades and tints

Shades of #66AE7F

#66AE7F
(102,174,127)
#5D9F74
(93,159,116)
#549069
(84,144,105)
#4B815E
(75,129,94)
#427253
(66,114,83)
#396348
(57,99,72)
#30543D
(48,84,61)
#274532
(39,69,50)
#1E3627
(30,54,39)
#15271C
(21,39,28)
#0C1811
(12,24,17)
#000000
(0,0,0)

Tints of #66AE7F

#66AE7F
(102,174,127)
#73B58A
(115,181,138)
#80BC95
(128,188,149)
#8DC3A0
(141,195,160)
#9ACAAB
(154,202,171)
#A7D1B6
(167,209,182)
#B4D8C1
(180,216,193)
#C1DFCC
(193,223,204)
#CEE6D7
(206,230,215)
#DBEDE2
(219,237,226)
#E8F4ED
(232,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66AE7F color. Also use rgb(102,174,127) instead hex code.

Text Font Color

.myTextColor { color: #66AE7F; }

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

This text font color is #66AE7F.

Background Color

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

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

This div background color is #66AE7F.

Border color

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

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

This div border color is #66AE7F.

Opacity

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

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

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

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

This text has shadow with #66AE7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66AE7F.

Preview

Color preview on black background

This text has color #66AE7F on black background.


Color preview on white background

This text has color #66AE7F on white background.


Black color preview on #66AE7F background

This text has black color on #66AE7F background.


White color preview on #66AE7F background

This text has white color on #66AE7F background.


Related colors

Complementary color

Complementary color for #hex is #995180.


I love getcolorcode.com

Triadic colors

1 #7F66AE and #AE7F66 with #66AE7F are triadic colors.

2 #7FAE66 and #AE667F with #66AE7F are triadic colors.