COLOR #66C8CB

HEX: #66C8CB RGB: (102,200,203)

Color info

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

RGB color model

#66C8CB color RGB value is (102,200,203).

RGB: (102,200,203) (40%, 78%, 80%)

RGB channels and saturation

R 102 of 255 = 40%
G 200 of 255 = 78%
B 203 of 255 = 80%

102
200
203

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

Portions of RGB colors in percentages

R + G + B = 102 + 200 + 203 = 505 (100%)
R 102 of 505 ~ 20.2%
G 200 of 505 ~ 39.6%
B 203 of 505 ~ 40.2'%

%20.2
%39.6
%40.2

CMYK color model

#66C8CB color CMYK value is (50,1,0,20).

  • cyan value is 49.75%
  • magenta value is 1.48%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (50,1,0,20)
C50M1Y0K20 (50%, 1%, 0%, 20%)
(0.50 / 0.01 / 0.00 / 0.20)

CMYK percentages

%49.75
%1.48
%0
%20.39

Codes

Color #66C8CB in popluar color models

66 C8 CB
RGB 102 200 203
HSL 182° 49.27% 59.80%
HSB/HSV 182° 49.75% 79.61%
CMYK 49.75% 1.48% 0.00%
20.39%

Color #66C8CB in popluar number systems.

HEX 66 C8 CB
Decimal 102 200 203
Binary 1100110 11001000 11001011
Octal 146 310 313

Shades and tints

Shades of #66C8CB

#66C8CB
(102,200,203)
#5DB6B9
(93,182,185)
#54A4A7
(84,164,167)
#4B9295
(75,146,149)
#428083
(66,128,131)
#396E71
(57,110,113)
#305C5F
(48,92,95)
#274A4D
(39,74,77)
#1E383B
(30,56,59)
#152629
(21,38,41)
#0C1417
(12,20,23)
#000000
(0,0,0)

Tints of #66C8CB

#66C8CB
(102,200,203)
#73CDCF
(115,205,207)
#80D2D3
(128,210,211)
#8DD7D7
(141,215,215)
#9ADCDB
(154,220,219)
#A7E1DF
(167,225,223)
#B4E6E3
(180,230,227)
#C1EBE7
(193,235,231)
#CEF0EB
(206,240,235)
#DBF5EF
(219,245,239)
#E8FAF3
(232,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66C8CB; }

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

This text font color is #66C8CB.

Background Color

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

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

This div background color is #66C8CB.

Border color

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

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

This div border color is #66C8CB.

Opacity

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

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

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

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

This text has shadow with #66C8CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66C8CB.

Preview

Color preview on black background

This text has color #66C8CB on black background.


Color preview on white background

This text has color #66C8CB on white background.


Black color preview on #66C8CB background

This text has black color on #66C8CB background.


White color preview on #66C8CB background

This text has white color on #66C8CB background.


Related colors

Complementary color

Complementary color for #hex is #993734.


I love getcolorcode.com

Triadic colors

1 #CB66C8 and #C8CB66 with #66C8CB are triadic colors.

2 #CBC866 and #C866CB with #66C8CB are triadic colors.