COLOR #66B6AA

HEX: #66B6AA RGB: (102,182,170)

Color info

#66B6AA contains mainly green and blue colors. Web safe color of #66B6AA is #66CC99 (or #6C9).

RGB color model

#66B6AA color RGB value is (102,182,170).

RGB: (102,182,170) (40%, 71%, 67%)

RGB channels and saturation

R 102 of 255 = 40%
G 182 of 255 = 71%
B 170 of 255 = 67%

102
182
170

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

Portions of RGB colors in percentages

R + G + B = 102 + 182 + 170 = 454 (100%)
R 102 of 454 ~ 22.47%
G 182 of 454 ~ 40.09%
B 170 of 454 ~ 37.44'%

%22.47
%40.09
%37.44

CMYK color model

#66B6AA color CMYK value is (44,0,7,29).

  • cyan value is 43.96%
  • magenta value is 0.00%
  • yellow value is 6.59%
  • key color value is 28.63%

CMYK: (44,0,7,29)
C44M0Y7K29 (44%, 0%, 7%, 29%)
(0.44 / 0.00 / 0.07 / 0.29)

CMYK percentages

%43.96
%0
%6.59
%28.63

Codes

Color #66B6AA in popluar color models

66 B6 AA
RGB 102 182 170
HSL 171° 35.40% 55.69%
HSB/HSV 171° 43.96% 71.37%
CMYK 43.96% 0.00% 6.59%
28.63%

Color #66B6AA in popluar number systems.

HEX 66 B6 AA
Decimal 102 182 170
Binary 1100110 10110110 10101010
Octal 146 266 252

Shades and tints

Shades of #66B6AA

#66B6AA
(102,182,170)
#5DA69B
(93,166,155)
#54968C
(84,150,140)
#4B867D
(75,134,125)
#42766E
(66,118,110)
#39665F
(57,102,95)
#305650
(48,86,80)
#274641
(39,70,65)
#1E3632
(30,54,50)
#152623
(21,38,35)
#0C1614
(12,22,20)
#000000
(0,0,0)

Tints of #66B6AA

#66B6AA
(102,182,170)
#73BCB1
(115,188,177)
#80C2B8
(128,194,184)
#8DC8BF
(141,200,191)
#9ACEC6
(154,206,198)
#A7D4CD
(167,212,205)
#B4DAD4
(180,218,212)
#C1E0DB
(193,224,219)
#CEE6E2
(206,230,226)
#DBECE9
(219,236,233)
#E8F2F0
(232,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66B6AA; }

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

This text font color is #66B6AA.

Background Color

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

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

This div background color is #66B6AA.

Border color

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

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

This div border color is #66B6AA.

Opacity

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

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

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

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

This text has shadow with #66B6AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66B6AA.

Preview

Color preview on black background

This text has color #66B6AA on black background.


Color preview on white background

This text has color #66B6AA on white background.


Black color preview on #66B6AA background

This text has black color on #66B6AA background.


White color preview on #66B6AA background

This text has white color on #66B6AA background.


Related colors

Complementary color

Complementary color for #hex is #994955.


I love getcolorcode.com

Triadic colors

1 #AA66B6 and #B6AA66 with #66B6AA are triadic colors.

2 #AAB666 and #B666AA with #66B6AA are triadic colors.