#57D2B9

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

Shades of Downy #57D2B9

Tints of Downy #57D2B9

Color information

#57D2B9 (or 0x57D2B9) is unknown color: approx Downy. HEX triplet: 57, D2 and B9. RGB value is (87,210,185). Sum of RGB (Red+Green+Blue) = 87+210+185=482 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.05% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 210 - color contains mainly: green. Hex color #57D2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D2B9 is #A82D46. Grayscale: #AAAAAA. Windows color (decimal): -11021639 or 12178007. OLE color: 12178007.

HSL color Cylindrical-coordinate representation of color #57D2B9: hue angle of 167.8º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57D2B9 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB87210185-
CMYK0.5900.120.18
HSL167.8º57.75%58.24%-
HSV(B)167.8º58.57%82.35%-
XYZ35.7351.6253.98-
YUV170.37136.2568.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.05%
GREEN value IS 210 (82.42% from 255) = 43.57%
BLUE value IS 185 (72.66% from 255) = 38.38%
R=18.05%
G=43.57%
B=38.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal872101850.5900.120.18167.857.7558.24
Hex57D2B93B0C12a83a3a
Octal12732227173014222507272
Binary10101111101001010111001111011011001001010101000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57D2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,210,185); }

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

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

 a { background-color: rgb(87,210,185); }

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

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

 span { border-color: rgb(87,210,185); }

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