COLOR #66AE7B

HEX: #66AE7B RGB: (102,174,123)

Color info

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

RGB color model

#66AE7B color RGB value is (102,174,123).

RGB: (102,174,123) (40%, 68%, 48%)

RGB channels and saturation

R 102 of 255 = 40%
G 174 of 255 = 68%
B 123 of 255 = 48%

102
174
123

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

Portions of RGB colors in percentages

R + G + B = 102 + 174 + 123 = 399 (100%)
R 102 of 399 ~ 25.56%
G 174 of 399 ~ 43.61%
B 123 of 399 ~ 30.83'%

%25.56
%43.61
%30.83

CMYK color model

#66AE7B color CMYK value is (41,0,29,32).

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

CMYK: (41,0,29,32)
C41M0Y29K32 (41%, 0%, 29%, 32%)
(0.41 / 0.00 / 0.29 / 0.32)

CMYK percentages

%41.38
%0
%29.31
%31.76

Codes

Color #66AE7B in popluar color models

66 AE 7B
RGB 102 174 123
HSL 138° 30.77% 54.12%
HSB/HSV 138° 41.38% 68.24%
CMYK 41.38% 0.00% 29.31%
31.76%

Color #66AE7B in popluar number systems.

HEX 66 AE 7B
Decimal 102 174 123
Binary 1100110 10101110 1111011
Octal 146 256 173

Shades and tints

Shades of #66AE7B

#66AE7B
(102,174,123)
#5D9F70
(93,159,112)
#549065
(84,144,101)
#4B815A
(75,129,90)
#42724F
(66,114,79)
#396344
(57,99,68)
#305439
(48,84,57)
#27452E
(39,69,46)
#1E3623
(30,54,35)
#152718
(21,39,24)
#0C180D
(12,24,13)
#000000
(0,0,0)

Tints of #66AE7B

#66AE7B
(102,174,123)
#73B587
(115,181,135)
#80BC93
(128,188,147)
#8DC39F
(141,195,159)
#9ACAAB
(154,202,171)
#A7D1B7
(167,209,183)
#B4D8C3
(180,216,195)
#C1DFCF
(193,223,207)
#CEE6DB
(206,230,219)
#DBEDE7
(219,237,231)
#E8F4F3
(232,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66AE7B; }

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

This text font color is #66AE7B.

Background Color

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

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

This div background color is #66AE7B.

Border color

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

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

This div border color is #66AE7B.

Opacity

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

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

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

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

This text has shadow with #66AE7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66AE7B.

Preview

Color preview on black background

This text has color #66AE7B on black background.


Color preview on white background

This text has color #66AE7B on white background.


Black color preview on #66AE7B background

This text has black color on #66AE7B background.


White color preview on #66AE7B background

This text has white color on #66AE7B background.


Related colors

Complementary color

Complementary color for #hex is #995184.


I love getcolorcode.com

Triadic colors

1 #7B66AE and #AE7B66 with #66AE7B are triadic colors.

2 #7BAE66 and #AE667B with #66AE7B are triadic colors.