#57DEBD

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

Shades of Downy #57DEBD

Tints of Downy #57DEBD

Color information

#57DEBD (or 0x57DEBD) is unknown color: approx Downy. HEX triplet: 57, DE and BD. RGB value is (87,222,189). Sum of RGB (Red+Green+Blue) = 87+222+189=498 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.47% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #57DEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DEBD is #A82142. Grayscale: #B1B1B1. Windows color (decimal): -11018563 or 12443223. OLE color: 12443223.

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

Color convert

RGB87222189-
CMYK0.6100.150.13
HSL165.33º67.16%60.59%-
HSV(B)165.33º60.81%87.06%-
XYZ39.2457.9457.26-
YUV177.87134.2763.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.47%
GREEN value IS 222 (87.11% from 255) = 44.58%
BLUE value IS 189 (74.22% from 255) = 37.95%
R=17.47%
G=44.58%
B=37.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal872221890.6100.150.13165.3367.1660.59
Hex57DEBD3D0FDa5433d
Octal127336275750171524510375
Binary10101111101111010111101111101011111101101001011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57DEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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