#66D0CF

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

Shades of Downy #66D0CF

Tints of Downy #66D0CF

Color information

#66D0CF (or 0x66D0CF) is unknown color: approx Downy. HEX triplet: 66, D0 and CF. RGB value is (102,208,207). Sum of RGB (Red+Green+Blue) = 102+208+207=517 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.73% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 208 - color contains mainly: green. Hex color #66D0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D0CF is #992F30. Grayscale: #B0B0B0. Windows color (decimal): -10039089 or 13619302. OLE color: 13619302.

HSL color Cylindrical-coordinate representation of color #66D0CF: hue angle of 179.43º 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 #66D0CF is Cyan = 0.51, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB102208207-
CMYK0.5100.000.18
HSL179.43º53%60.78%-
HSV(B)179.43º50.96%81.57%-
XYZ39.352.4467.08-
YUV176.19145.3875.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.73%
GREEN value IS 208 (81.64% from 255) = 40.23%
BLUE value IS 207 (81.25% from 255) = 40.04%
R=19.73%
G=40.23%
B=40.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1022082070.5100.000.18179.435360.78
Hex66D0CF330012b3353d
Octal1463203176300222636575
Binary11001101101000011001111110011001001010110011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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