COLOR #66C8BE

HEX: #66C8BE
RGB: (102,200,190)

Color info

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

RGB color model

#66C8BE color RGB value is (102,200,190).

  • red value is 102;
  • green value is 200;
  • blue value is 190.
RGB:
(102,200,190)
(40%,78%,75%)

RGB channels and saturation

R 102 of 255 = 40%
G 200 of 255 = 78%
B 190 of 255 = 75%

102
200
190

R + G + B ~ 64%. #66C8BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
102 + 200 + 190 = 492 (100%)
R 102 of 492 ~ 20.73%
G 200 of 492 ~ 40.65%
B 190 of 492 ~ 38.62%

%20.73
%40.65
%38.62

CMYK color model

#66C8BE color CMYK value is (49,0,5,22).

  • cyan value is 49.00%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 21.57%
CMYK:
(49,0,5,22)
C49M0Y5K22 
(49%,0%,5%,22%)
(0.49/0.00/0.05/0.22)	

CMYK percentages

%49
%0
%5
%21.57

Codes

Color #66C8BE in popluar color models

66C8BE
RGB102200190
HSL174°47.12%59.22%
HSB/HSV174°49.00%78.43%
CMYK49.00%0.00%5.00%
21.57%

Color #66C8BE in popluar number systems.

HEX66C8BE
Decimal102200190
Binary11001101100100010111110
Octal146310276

Shades and tints

Shades of #66C8BE

#66C8BE
(102,200,190)
#5DB6AD
(93,182,173)
#54A49C
(84,164,156)
#4B928B
(75,146,139)
#42807A
(66,128,122)
#396E69
(57,110,105)
#305C58
(48,92,88)
#274A47
(39,74,71)
#1E3836
(30,56,54)
#152625
(21,38,37)
#0C1414
(12,20,20)
#000000
(0,0,0)

Tints of #66C8BE

#66C8BE
(102,200,190)
#73CDC3
(115,205,195)
#80D2C8
(128,210,200)
#8DD7CD
(141,215,205)
#9ADCD2
(154,220,210)
#A7E1D7
(167,225,215)
#B4E6DC
(180,230,220)
#C1EBE1
(193,235,225)
#CEF0E6
(206,240,230)
#DBF5EB
(219,245,235)
#E8FAF0
(232,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66C8BE; }

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

This text font color is #66C8BE.


Background Color

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

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

This div background color is #66C8BE.


Border color

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

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

This div border color is #66C8BE.


Opacity

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

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

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

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

This text has shadow with #66C8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66C8BE on black background.


Color preview on white background

This text has color #66C8BE on white background.



Black color preview on #66C8BE background

This text has black color on #66C8BE background.


White color preview on #66C8BE background

This text has white color on #66C8BE background.