COLOR #66AEAA

HEX: #66AEAA RGB: (102,174,170)

Color info

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

RGB color model

#66AEAA color RGB value is (102,174,170).

RGB: (102,174,170) (40%, 68%, 67%)

RGB channels and saturation

R 102 of 255 = 40%
G 174 of 255 = 68%
B 170 of 255 = 67%

102
174
170

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

Portions of RGB colors in percentages

R + G + B = 102 + 174 + 170 = 446 (100%)
R 102 of 446 ~ 22.87%
G 174 of 446 ~ 39.01%
B 170 of 446 ~ 38.12'%

%22.87
%39.01
%38.12

CMYK color model

#66AEAA color CMYK value is (41,0,2,32).

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

CMYK: (41,0,2,32)
C41M0Y2K32 (41%, 0%, 2%, 32%)
(0.41 / 0.00 / 0.02 / 0.32)

CMYK percentages

%41.38
%0
%2.3
%31.76

Codes

Color #66AEAA in popluar color models

66 AE AA
RGB 102 174 170
HSL 177° 30.77% 54.12%
HSB/HSV 177° 41.38% 68.24%
CMYK 41.38% 0.00% 2.30%
31.76%

Color #66AEAA in popluar number systems.

HEX 66 AE AA
Decimal 102 174 170
Binary 1100110 10101110 10101010
Octal 146 256 252

Shades and tints

Shades of #66AEAA

#66AEAA
(102,174,170)
#5D9F9B
(93,159,155)
#54908C
(84,144,140)
#4B817D
(75,129,125)
#42726E
(66,114,110)
#39635F
(57,99,95)
#305450
(48,84,80)
#274541
(39,69,65)
#1E3632
(30,54,50)
#152723
(21,39,35)
#0C1814
(12,24,20)
#000000
(0,0,0)

Tints of #66AEAA

#66AEAA
(102,174,170)
#73B5B1
(115,181,177)
#80BCB8
(128,188,184)
#8DC3BF
(141,195,191)
#9ACAC6
(154,202,198)
#A7D1CD
(167,209,205)
#B4D8D4
(180,216,212)
#C1DFDB
(193,223,219)
#CEE6E2
(206,230,226)
#DBEDE9
(219,237,233)
#E8F4F0
(232,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66AEAA; }

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

This text font color is #66AEAA.

Background Color

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

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

This div background color is #66AEAA.

Border color

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

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

This div border color is #66AEAA.

Opacity

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

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

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

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

This text has shadow with #66AEAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66AEAA.

Preview

Color preview on black background

This text has color #66AEAA on black background.


Color preview on white background

This text has color #66AEAA on white background.


Black color preview on #66AEAA background

This text has black color on #66AEAA background.


White color preview on #66AEAA background

This text has white color on #66AEAA background.


Related colors

Complementary color

Complementary color for #hex is #995155.


I love getcolorcode.com

Triadic colors

1 #AA66AE and #AEAA66 with #66AEAA are triadic colors.

2 #AAAE66 and #AE66AA with #66AEAA are triadic colors.