#66DEBD

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

Shades of Downy #66DEBD

Tints of Downy #66DEBD

Color information

#66DEBD (or 0x66DEBD) is unknown color: approx Downy. HEX triplet: 66, DE and BD. RGB value is (102,222,189). Sum of RGB (Red+Green+Blue) = 102+222+189=513 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.88% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 222 - color contains mainly: green. Hex color #66DEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DEBD is #992142. Grayscale: #B6B6B6. Windows color (decimal): -10035523 or 12443238. OLE color: 12443238.

HSL color Cylindrical-coordinate representation of color #66DEBD: hue angle of 163.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DEBD is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB102222189-
CMYK0.5400.150.13
HSL163.5º64.52%63.53%-
HSV(B)163.5º54.05%87.06%-
XYZ40.7958.7457.33-
YUV182.36131.7470.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.88%
GREEN value IS 222 (87.11% from 255) = 43.27%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=19.88%
G=43.27%
B=36.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1022221890.5400.150.13163.564.5263.53
Hex66DEBD360FDa44140
Octal1463362756601715244101100
Binary110011011011110101111011101100111111011010010010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,222,189); }

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

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

 a { background-color: rgb(102,222,189); }

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

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

 span { border-color: rgb(102,222,189); }

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