COLOR #66BEB6

HEX: #66BEB6 RGB: (102,190,182)

Color info

#66BEB6 contains mainly green and blue colors. Web safe color of #66BEB6 is #66CCCC (or #6CC).

RGB color model

#66BEB6 color RGB value is (102,190,182).

RGB: (102,190,182) (40%, 75%, 71%)

RGB channels and saturation

R 102 of 255 = 40%
G 190 of 255 = 75%
B 182 of 255 = 71%

102
190
182

R + G + B ~ 62%. #66BEB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 102 + 190 + 182 = 474 (100%)
R 102 of 474 ~ 21.52%
G 190 of 474 ~ 40.08%
B 182 of 474 ~ 38.4'%

%21.52
%40.08
%38.4

CMYK color model

#66BEB6 color CMYK value is (46,0,4,25).

  • cyan value is 46.32%
  • magenta value is 0.00%
  • yellow value is 4.21%
  • key color value is 25.49%

CMYK: (46,0,4,25)
C46M0Y4K25 (46%, 0%, 4%, 25%)
(0.46 / 0.00 / 0.04 / 0.25)

CMYK percentages

%46.32
%0
%4.21
%25.49

Codes

Color #66BEB6 in popluar color models

66 BE B6
RGB 102 190 182
HSL 175° 40.37% 57.25%
HSB/HSV 175° 46.32% 74.51%
CMYK 46.32% 0.00% 4.21%
25.49%

Color #66BEB6 in popluar number systems.

HEX 66 BE B6
Decimal 102 190 182
Binary 1100110 10111110 10110110
Octal 146 276 266

Shades and tints

Shades of #66BEB6

#66BEB6
(102,190,182)
#5DADA6
(93,173,166)
#549C96
(84,156,150)
#4B8B86
(75,139,134)
#427A76
(66,122,118)
#396966
(57,105,102)
#305856
(48,88,86)
#274746
(39,71,70)
#1E3636
(30,54,54)
#152526
(21,37,38)
#0C1416
(12,20,22)
#000000
(0,0,0)

Tints of #66BEB6

#66BEB6
(102,190,182)
#73C3BC
(115,195,188)
#80C8C2
(128,200,194)
#8DCDC8
(141,205,200)
#9AD2CE
(154,210,206)
#A7D7D4
(167,215,212)
#B4DCDA
(180,220,218)
#C1E1E0
(193,225,224)
#CEE6E6
(206,230,230)
#DBEBEC
(219,235,236)
#E8F0F2
(232,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66BEB6; }

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

This text font color is #66BEB6.

Background Color

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

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

This div background color is #66BEB6.

Border color

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

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

This div border color is #66BEB6.

Opacity

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

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

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

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

This text has shadow with #66BEB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66BEB6.

Preview

Color preview on black background

This text has color #66BEB6 on black background.


Color preview on white background

This text has color #66BEB6 on white background.


Black color preview on #66BEB6 background

This text has black color on #66BEB6 background.


White color preview on #66BEB6 background

This text has white color on #66BEB6 background.


Related colors

Complementary color

Complementary color for #hex is #994149.


I love getcolorcode.com

Triadic colors

1 #B666BE and #BEB666 with #66BEB6 are triadic colors.

2 #B6BE66 and #BE66B6 with #66BEB6 are triadic colors.