COLOR #66AA88

HEX: #66AA88 RGB: (102,170,136)

Color info

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

RGB color model

#66AA88 color RGB value is (102,170,136).

RGB: (102,170,136) (40%, 67%, 53%)

RGB channels and saturation

R 102 of 255 = 40%
G 170 of 255 = 67%
B 136 of 255 = 53%

102
170
136

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

Portions of RGB colors in percentages

R + G + B = 102 + 170 + 136 = 408 (100%)
R 102 of 408 ~ 25%
G 170 of 408 ~ 41.67%
B 136 of 408 ~ 33.33'%

%25
%41.67
%33.33

CMYK color model

#66AA88 color CMYK value is (40,0,20,33).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 33.33%
CMYK: (40,0,20,33) C40M0Y20K33 (40%,0%,20%,33%) (0.40/0.00/0.20/0.33) 

CMYK percentages

%40
%0
%20
%33.33

Codes

Color #66AA88 in popluar color models

66 AA 88
RGB 102 170 136
HSL 150° 28.57% 53.33%
HSB/HSV 150° 40.00% 66.67%
CMYK 40.00% 0.00% 20.00%
33.33%

Color #66AA88 in popluar number systems.

HEX 66 AA 88
Decimal 102 170 136
Binary 1100110 10101010 10001000
Octal 146 252 210

Shades and tints

Shades of #66AA88

#66AA88
(102,170,136)
#5D9B7C
(93,155,124)
#548C70
(84,140,112)
#4B7D64
(75,125,100)
#426E58
(66,110,88)
#395F4C
(57,95,76)
#305040
(48,80,64)
#274134
(39,65,52)
#1E3228
(30,50,40)
#15231C
(21,35,28)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #66AA88

#66AA88
(102,170,136)
#73B192
(115,177,146)
#80B89C
(128,184,156)
#8DBFA6
(141,191,166)
#9AC6B0
(154,198,176)
#A7CDBA
(167,205,186)
#B4D4C4
(180,212,196)
#C1DBCE
(193,219,206)
#CEE2D8
(206,226,216)
#DBE9E2
(219,233,226)
#E8F0EC
(232,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66AA88; }

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

This text font color is #66AA88.

Background Color

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

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

This div background color is #66AA88.

Border color

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

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

This div border color is #66AA88.

Opacity

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

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

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

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

This text has shadow with #66AA88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66AA88.

Preview

Color preview on black background

This text has color #66AA88 on black background.


Color preview on white background

This text has color #66AA88 on white background.


Black color preview on #66AA88 background

This text has black color on #66AA88 background.


White color preview on #66AA88 background

This text has white color on #66AA88 background.


Related colors

Complementary color

Complementary color for #hex is #995577.


I love getcolorcode.com

Triadic colors

1 #8866AA and #AA8866 with #66AA88 are triadic colors.

2 #88AA66 and #AA6688 with #66AA88 are triadic colors.