COLOR #66A495

HEX: #66A495
RGB: (102,164,149)

Color info

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

RGB color model

#66A495 color RGB value is (102,164,149).

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

RGB channels and saturation

R 102 of 255 = 40%
G 164 of 255 = 64%
B 149 of 255 = 58%

102
164
149

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

Portions of RGB colors in percentages

R + G + B =
102 + 164 + 149 = 415 (100%)
R 102 of 415 ~ 24.58%
G 164 of 415 ~ 39.52%
B 149 of 415 ~ 35.9%

%24.58
%39.52
%35.9

CMYK color model

#66A495 color CMYK value is (38,0,9,36).

  • cyan value is 37.80%
  • magenta value is 0.00%
  • yellow value is 9.15%
  • key color value is 35.69%
CMYK:
(38,0,9,36)
C38M0Y9K36 
(38%,0%,9%,36%)
(0.38/0.00/0.09/0.36)	

CMYK percentages

%37.8
%0
%9.15
%35.69

Codes

Color #66A495 in popluar color models

66A495
RGB102164149
HSL165°25.41%52.16%
HSB/HSV165°37.80%64.31%
CMYK37.80%0.00%9.15%
35.69%

Color #66A495 in popluar number systems.

HEX66A495
Decimal102164149
Binary11001101010010010010101
Octal146244225

Shades and tints

Shades of #66A495

#66A495
(102,164,149)
#5D9688
(93,150,136)
#54887B
(84,136,123)
#4B7A6E
(75,122,110)
#426C61
(66,108,97)
#395E54
(57,94,84)
#305047
(48,80,71)
#27423A
(39,66,58)
#1E342D
(30,52,45)
#152620
(21,38,32)
#0C1813
(12,24,19)
#000000
(0,0,0)

Tints of #66A495

#66A495
(102,164,149)
#73AC9E
(115,172,158)
#80B4A7
(128,180,167)
#8DBCB0
(141,188,176)
#9AC4B9
(154,196,185)
#A7CCC2
(167,204,194)
#B4D4CB
(180,212,203)
#C1DCD4
(193,220,212)
#CEE4DD
(206,228,221)
#DBECE6
(219,236,230)
#E8F4EF
(232,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66A495; }

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

This text font color is #66A495.


Background Color

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

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

This div background color is #66A495.


Border color

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

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

This div border color is #66A495.


Opacity

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

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

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

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

This text has shadow with #66A495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66A495 on black background.


Color preview on white background

This text has color #66A495 on white background.



Black color preview on #66A495 background

This text has black color on #66A495 background.


White color preview on #66A495 background

This text has white color on #66A495 background.