COLOR #66BBAF

HEX: #66BBAF RGB: (102,187,175)

Color info

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

RGB color model

#66BBAF color RGB value is (102,187,175).

RGB: (102,187,175) (40%, 73%, 69%)

RGB channels and saturation

R 102 of 255 = 40%
G 187 of 255 = 73%
B 175 of 255 = 69%

102
187
175

R + G + B ~ 61%. #66BBAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 102 + 187 + 175 = 464 (100%)
R 102 of 464 ~ 21.98%
G 187 of 464 ~ 40.3%
B 175 of 464 ~ 37.72'%

%21.98
%40.3
%37.72

CMYK color model

#66BBAF color CMYK value is (45,0,6,27).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 6.42%
  • key color value is 26.67%

CMYK: (45,0,6,27)
C45M0Y6K27 (45%, 0%, 6%, 27%)
(0.45 / 0.00 / 0.06 / 0.27)

CMYK percentages

%45.45
%0
%6.42
%26.67

Codes

Color #66BBAF in popluar color models

66 BB AF
RGB 102 187 175
HSL 172° 38.46% 56.67%
HSB/HSV 172° 45.45% 73.33%
CMYK 45.45% 0.00% 6.42%
26.67%

Color #66BBAF in popluar number systems.

HEX 66 BB AF
Decimal 102 187 175
Binary 1100110 10111011 10101111
Octal 146 273 257

Shades and tints

Shades of #66BBAF

#66BBAF
(102,187,175)
#5DAAA0
(93,170,160)
#549991
(84,153,145)
#4B8882
(75,136,130)
#427773
(66,119,115)
#396664
(57,102,100)
#305555
(48,85,85)
#274446
(39,68,70)
#1E3337
(30,51,55)
#152228
(21,34,40)
#0C1119
(12,17,25)
#000000
(0,0,0)

Tints of #66BBAF

#66BBAF
(102,187,175)
#73C1B6
(115,193,182)
#80C7BD
(128,199,189)
#8DCDC4
(141,205,196)
#9AD3CB
(154,211,203)
#A7D9D2
(167,217,210)
#B4DFD9
(180,223,217)
#C1E5E0
(193,229,224)
#CEEBE7
(206,235,231)
#DBF1EE
(219,241,238)
#E8F7F5
(232,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66BBAF color. Also use rgb(102,187,175) instead hex code.

Text Font Color

.myTextColor { color: #66BBAF; }

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

This text font color is #66BBAF.

Background Color

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

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

This div background color is #66BBAF.

Border color

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

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

This div border color is #66BBAF.

Opacity

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

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

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

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

This text has shadow with #66BBAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66BBAF.

Preview

Color preview on black background

This text has color #66BBAF on black background.


Color preview on white background

This text has color #66BBAF on white background.


Black color preview on #66BBAF background

This text has black color on #66BBAF background.


White color preview on #66BBAF background

This text has white color on #66BBAF background.


Related colors

Complementary color

Complementary color for #hex is #994450.


I love getcolorcode.com

Triadic colors

1 #AF66BB and #BBAF66 with #66BBAF are triadic colors.

2 #AFBB66 and #BB66AF with #66BBAF are triadic colors.