COLOR #66AC90

HEX: #66AC90
RGB: (102,172,144)

Color info

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

RGB color model

#66AC90 color RGB value is (102,172,144).

  • red value is 102;
  • green value is 172;
  • blue value is 144.
RGB:
(102,172,144)
(40%,67%,56%)

RGB channels and saturation

R 102 of 255 = 40%
G 172 of 255 = 67%
B 144 of 255 = 56%

102
172
144

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

Portions of RGB colors in percentages

R + G + B =
102 + 172 + 144 = 418 (100%)
R 102 of 418 ~ 24.4%
G 172 of 418 ~ 41.15%
B 144 of 418 ~ 34.45%

%24.4
%41.15
%34.45

CMYK color model

#66AC90 color CMYK value is (41,0,16,33).

  • cyan value is 40.70%
  • magenta value is 0.00%
  • yellow value is 16.28%
  • key color value is 32.55%
CMYK:
(41,0,16,33)
C41M0Y16K33 
(41%,0%,16%,33%)
(0.41/0.00/0.16/0.33)	

CMYK percentages

%40.7
%0
%16.28
%32.55

Codes

Color #66AC90 in popluar color models

66AC90
RGB102172144
HSL156°29.66%53.73%
HSB/HSV156°40.70%67.45%
CMYK40.70%0.00%16.28%
32.55%

Color #66AC90 in popluar number systems.

HEX66AC90
Decimal102172144
Binary11001101010110010010000
Octal146254220

Shades and tints

Shades of #66AC90

#66AC90
(102,172,144)
#5D9D83
(93,157,131)
#548E76
(84,142,118)
#4B7F69
(75,127,105)
#42705C
(66,112,92)
#39614F
(57,97,79)
#305242
(48,82,66)
#274335
(39,67,53)
#1E3428
(30,52,40)
#15251B
(21,37,27)
#0C160E
(12,22,14)
#000000
(0,0,0)

Tints of #66AC90

#66AC90
(102,172,144)
#73B39A
(115,179,154)
#80BAA4
(128,186,164)
#8DC1AE
(141,193,174)
#9AC8B8
(154,200,184)
#A7CFC2
(167,207,194)
#B4D6CC
(180,214,204)
#C1DDD6
(193,221,214)
#CEE4E0
(206,228,224)
#DBEBEA
(219,235,234)
#E8F2F4
(232,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66AC90 color. Also use rgb(102,172,144) instead hex code.

Text Font Color

.myTextColor { color: #66AC90; }

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

This text font color is #66AC90.


Background Color

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

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

This div background color is #66AC90.


Border color

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

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

This div border color is #66AC90.


Opacity

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

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

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

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

This text has shadow with #66AC90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66AC90 on black background.


Color preview on white background

This text has color #66AC90 on white background.



Black color preview on #66AC90 background

This text has black color on #66AC90 background.


White color preview on #66AC90 background

This text has white color on #66AC90 background.