COLOR #66B6AF

HEX: #66B6AF
RGB: (102,182,175)

Color info

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

RGB color model

#66B6AF color RGB value is (102,182,175).

  • red value is 102;
  • green value is 182;
  • blue value is 175.
RGB:
(102,182,175)
(40%,71%,69%)

RGB channels and saturation

R 102 of 255 = 40%
G 182 of 255 = 71%
B 175 of 255 = 69%

102
182
175

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

Portions of RGB colors in percentages

R + G + B =
102 + 182 + 175 = 459 (100%)
R 102 of 459 ~ 22.22%
G 182 of 459 ~ 39.65%
B 175 of 459 ~ 38.13%

%22.22
%39.65
%38.13

CMYK color model

#66B6AF color CMYK value is (44,0,4,29).

  • cyan value is 43.96%
  • magenta value is 0.00%
  • yellow value is 3.85%
  • key color value is 28.63%
CMYK:
(44,0,4,29)
C44M0Y4K29 
(44%,0%,4%,29%)
(0.44/0.00/0.04/0.29)	

CMYK percentages

%43.96
%0
%3.85
%28.63

Codes

Color #66B6AF in popluar color models

66B6AF
RGB102182175
HSL175°35.40%55.69%
HSB/HSV175°43.96%71.37%
CMYK43.96%0.00%3.85%
28.63%

Color #66B6AF in popluar number systems.

HEX66B6AF
Decimal102182175
Binary11001101011011010101111
Octal146266257

Shades and tints

Shades of #66B6AF

#66B6AF
(102,182,175)
#5DA6A0
(93,166,160)
#549691
(84,150,145)
#4B8682
(75,134,130)
#427673
(66,118,115)
#396664
(57,102,100)
#305655
(48,86,85)
#274646
(39,70,70)
#1E3637
(30,54,55)
#152628
(21,38,40)
#0C1619
(12,22,25)
#000000
(0,0,0)

Tints of #66B6AF

#66B6AF
(102,182,175)
#73BCB6
(115,188,182)
#80C2BD
(128,194,189)
#8DC8C4
(141,200,196)
#9ACECB
(154,206,203)
#A7D4D2
(167,212,210)
#B4DAD9
(180,218,217)
#C1E0E0
(193,224,224)
#CEE6E7
(206,230,231)
#DBECEE
(219,236,238)
#E8F2F5
(232,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66B6AF; }

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

This text font color is #66B6AF.


Background Color

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

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

This div background color is #66B6AF.


Border color

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

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

This div border color is #66B6AF.


Opacity

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

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

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

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

This text has shadow with #66B6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66B6AF on black background.


Color preview on white background

This text has color #66B6AF on white background.



Black color preview on #66B6AF background

This text has black color on #66B6AF background.


White color preview on #66B6AF background

This text has white color on #66B6AF background.