#66D0CE

Color #66D0CE Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #66D0CE

Tints of Downy #66D0CE

Color information

#66D0CE (or 0x66D0CE) is unknown color: approx Downy. HEX triplet: 66, D0 and CE. RGB value is (102,208,206). Sum of RGB (Red+Green+Blue) = 102+208+206=516 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.77% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 208 - color contains mainly: green. Hex color #66D0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D0CE is #992F31. Grayscale: #AFAFAF. Windows color (decimal): -10039090 or 13553766. OLE color: 13553766.

HSL color Cylindrical-coordinate representation of color #66D0CE: hue angle of 178.87º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66D0CE is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB102208206-
CMYK0.5100.010.18
HSL178.87º53%60.78%-
HSV(B)178.87º50.96%81.57%-
XYZ39.1852.3966.44-
YUV176.08144.8875.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 19.77%
GREEN value IS 208 (81.64% from 255) = 40.31%
BLUE value IS 206 (80.86% from 255) = 39.92%
R=19.77%
G=40.31%
B=39.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1022082060.5100.010.18178.875360.78
Hex66D0CE330112b3353d
Octal1463203166301222636575
Binary11001101101000011001110110011011001010110011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66D0CE; }

 p { color: rgb(102,208,206); }

 H1.HeaderClassName
 {
   color: #66D0CE;
 }
 .AnyTagClassName
 {
   color: #66D0CE;
 }
</style>
background-color css

<style>
 a { background-color: #66D0CE; }

 a { background-color: rgb(102,208,206); }

 div.DivClassName
 {
   background-color: #66D0CE;
 }
 .BgClassName
 {
   background-color: #66D0CE;
 }
</style>
border-color css

<style>
 span { border-color: #66D0CE; }

 span { border-color: rgb(102,208,206); }

 td.TdClassName
 {
   border-color: #66D0CE;
 }
 .TagClassName
 {
   border-color: #66D0CE;
 }
</style>