COLOR #66B6B2

HEX: #66B6B2
RGB: (102,182,178)

Color info

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

RGB color model

#66B6B2 color RGB value is (102,182,178).

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

RGB channels and saturation

R 102 of 255 = 40%
G 182 of 255 = 71%
B 178 of 255 = 70%

102
182
178

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

Portions of RGB colors in percentages

R + G + B =
102 + 182 + 178 = 462 (100%)
R 102 of 462 ~ 22.08%
G 182 of 462 ~ 39.39%
B 178 of 462 ~ 38.53%

%22.08
%39.39
%38.53

CMYK color model

#66B6B2 color CMYK value is (44,0,2,29).

  • cyan value is 43.96%
  • magenta value is 0.00%
  • yellow value is 2.20%
  • key color value is 28.63%
CMYK:
(44,0,2,29)
C44M0Y2K29 
(44%,0%,2%,29%)
(0.44/0.00/0.02/0.29)	

CMYK percentages

%43.96
%0
%2.2
%28.63

Codes

Color #66B6B2 in popluar color models

66B6B2
RGB102182178
HSL177°35.40%55.69%
HSB/HSV177°43.96%71.37%
CMYK43.96%0.00%2.20%
28.63%

Color #66B6B2 in popluar number systems.

HEX66B6B2
Decimal102182178
Binary11001101011011010110010
Octal146266262

Shades and tints

Shades of #66B6B2

#66B6B2
(102,182,178)
#5DA6A2
(93,166,162)
#549692
(84,150,146)
#4B8682
(75,134,130)
#427672
(66,118,114)
#396662
(57,102,98)
#305652
(48,86,82)
#274642
(39,70,66)
#1E3632
(30,54,50)
#152622
(21,38,34)
#0C1612
(12,22,18)
#000000
(0,0,0)

Tints of #66B6B2

#66B6B2
(102,182,178)
#73BCB9
(115,188,185)
#80C2C0
(128,194,192)
#8DC8C7
(141,200,199)
#9ACECE
(154,206,206)
#A7D4D5
(167,212,213)
#B4DADC
(180,218,220)
#C1E0E3
(193,224,227)
#CEE6EA
(206,230,234)
#DBECF1
(219,236,241)
#E8F2F8
(232,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66B6B2; }

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

This text font color is #66B6B2.


Background Color

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

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

This div background color is #66B6B2.


Border color

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

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

This div border color is #66B6B2.


Opacity

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

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

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

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

This text has shadow with #66B6B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66B6B2 on black background.


Color preview on white background

This text has color #66B6B2 on white background.



Black color preview on #66B6B2 background

This text has black color on #66B6B2 background.


White color preview on #66B6B2 background

This text has white color on #66B6B2 background.