#57DEBA

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

Shades of Downy #57DEBA

Tints of Downy #57DEBA

Color information

#57DEBA (or 0x57DEBA) is unknown color: approx Downy. HEX triplet: 57, DE and BA. RGB value is (87,222,186). Sum of RGB (Red+Green+Blue) = 87+222+186=495 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.58% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 222 - color contains mainly: green. Hex color #57DEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DEBA is #A82145. Grayscale: #B1B1B1. Windows color (decimal): -11018566 or 12246615. OLE color: 12246615.

HSL color Cylindrical-coordinate representation of color #57DEBA: hue angle of 164º 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 #57DEBA is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB87222186-
CMYK0.6100.160.13
HSL164º67.16%60.59%-
HSV(B)164º60.81%87.06%-
XYZ38.9157.8155.56-
YUV177.53132.7763.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.58%
GREEN value IS 222 (87.11% from 255) = 44.85%
BLUE value IS 186 (73.05% from 255) = 37.58%
R=17.58%
G=44.85%
B=37.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal872221860.6100.160.1316467.1660.59
Hex57DEBA3D010Da4433d
Octal127336272750201524410375
Binary101011111011110101110101111010100001101101001001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57DEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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