COLOR #66A4A6

HEX: #66A4A6
RGB: (102,164,166)

Color info

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

RGB color model

#66A4A6 color RGB value is (102,164,166).

  • red value is 102;
  • green value is 164;
  • blue value is 166.
RGB:
(102,164,166)
(40%,64%,65%)

RGB channels and saturation

R 102 of 255 = 40%
G 164 of 255 = 64%
B 166 of 255 = 65%

102
164
166

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

Portions of RGB colors in percentages

R + G + B =
102 + 164 + 166 = 432 (100%)
R 102 of 432 ~ 23.61%
G 164 of 432 ~ 37.96%
B 166 of 432 ~ 38.43%

%23.61
%37.96
%38.43

CMYK color model

#66A4A6 color CMYK value is (39,1,0,35).

  • cyan value is 38.55%
  • magenta value is 1.20%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(39,1,0,35)
C39M1Y0K35 
(39%,1%,0%,35%)
(0.39/0.01/0.00/0.35)	

CMYK percentages

%38.55
%1.2
%0
%34.9

Codes

Color #66A4A6 in popluar color models

66A4A6
RGB102164166
HSL182°26.45%52.55%
HSB/HSV182°38.55%65.10%
CMYK38.55%1.20%0.00%
34.90%

Color #66A4A6 in popluar number systems.

HEX66A4A6
Decimal102164166
Binary11001101010010010100110
Octal146244246

Shades and tints

Shades of #66A4A6

#66A4A6
(102,164,166)
#5D9697
(93,150,151)
#548888
(84,136,136)
#4B7A79
(75,122,121)
#426C6A
(66,108,106)
#395E5B
(57,94,91)
#30504C
(48,80,76)
#27423D
(39,66,61)
#1E342E
(30,52,46)
#15261F
(21,38,31)
#0C1810
(12,24,16)
#000000
(0,0,0)

Tints of #66A4A6

#66A4A6
(102,164,166)
#73ACAE
(115,172,174)
#80B4B6
(128,180,182)
#8DBCBE
(141,188,190)
#9AC4C6
(154,196,198)
#A7CCCE
(167,204,206)
#B4D4D6
(180,212,214)
#C1DCDE
(193,220,222)
#CEE4E6
(206,228,230)
#DBECEE
(219,236,238)
#E8F4F6
(232,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66A4A6 color. Also use rgb(102,164,166) instead hex code.

Text Font Color

.myTextColor { color: #66A4A6; }

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

This text font color is #66A4A6.


Background Color

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

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

This div background color is #66A4A6.


Border color

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

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

This div border color is #66A4A6.


Opacity

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

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

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

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

This text has shadow with #66A4A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66A4A6 on black background.


Color preview on white background

This text has color #66A4A6 on white background.



Black color preview on #66A4A6 background

This text has black color on #66A4A6 background.


White color preview on #66A4A6 background

This text has white color on #66A4A6 background.