COLOR #66AA99

HEX: #66AA99 RGB: (102,170,153)

Color info

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

RGB color model

#66AA99 color RGB value is (102,170,153).

RGB: (102,170,153) (40%, 67%, 60%)

RGB channels and saturation

R 102 of 255 = 40%
G 170 of 255 = 67%
B 153 of 255 = 60%

102
170
153

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

Portions of RGB colors in percentages

R + G + B = 102 + 170 + 153 = 425 (100%)
R 102 of 425 ~ 24%
G 170 of 425 ~ 40%
B 153 of 425 ~ 36'%

%24
%40
%36

CMYK color model

#66AA99 color CMYK value is (40,0,10,33).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 33.33%

CMYK: (40,0,10,33)
C40M0Y10K33 (40%, 0%, 10%, 33%)
(0.40 / 0.00 / 0.10 / 0.33)

CMYK percentages

%40
%0
%10
%33.33

Codes

Color #66AA99 in popluar color models

66 AA 99
RGB 102 170 153
HSL 165° 28.57% 53.33%
HSB/HSV 165° 40.00% 66.67%
CMYK 40.00% 0.00% 10.00%
33.33%

Color #66AA99 in popluar number systems.

HEX 66 AA 99
Decimal 102 170 153
Binary 1100110 10101010 10011001
Octal 146 252 231

Shades and tints

Shades of #66AA99

#66AA99
(102,170,153)
#5D9B8C
(93,155,140)
#548C7F
(84,140,127)
#4B7D72
(75,125,114)
#426E65
(66,110,101)
#395F58
(57,95,88)
#30504B
(48,80,75)
#27413E
(39,65,62)
#1E3231
(30,50,49)
#152324
(21,35,36)
#0C1417
(12,20,23)
#000000
(0,0,0)

Tints of #66AA99

#66AA99
(102,170,153)
#73B1A2
(115,177,162)
#80B8AB
(128,184,171)
#8DBFB4
(141,191,180)
#9AC6BD
(154,198,189)
#A7CDC6
(167,205,198)
#B4D4CF
(180,212,207)
#C1DBD8
(193,219,216)
#CEE2E1
(206,226,225)
#DBE9EA
(219,233,234)
#E8F0F3
(232,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66AA99; }

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

This text font color is #66AA99.

Background Color

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

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

This div background color is #66AA99.

Border color

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

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

This div border color is #66AA99.

Opacity

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

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

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

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

This text has shadow with #66AA99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66AA99.

Preview

Color preview on black background

This text has color #66AA99 on black background.


Color preview on white background

This text has color #66AA99 on white background.


Black color preview on #66AA99 background

This text has black color on #66AA99 background.


White color preview on #66AA99 background

This text has white color on #66AA99 background.


Related colors

Complementary color

Complementary color for #hex is #995566.


I love getcolorcode.com

Triadic colors

1 #9966AA and #AA9966 with #66AA99 are triadic colors.

2 #99AA66 and #AA6699 with #66AA99 are triadic colors.