#57D4BA

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

Shades of Downy #57D4BA

Tints of Downy #57D4BA

Color information

#57D4BA (or 0x57D4BA) is unknown color: approx Downy. HEX triplet: 57, D4 and BA. RGB value is (87,212,186). Sum of RGB (Red+Green+Blue) = 87+212+186=485 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.94% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 212 - color contains mainly: green. Hex color #57D4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D4BA is #A82B45. Grayscale: #ABABAB. Windows color (decimal): -11021126 or 12244055. OLE color: 12244055.

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

Color convert

RGB87212186-
CMYK0.5900.120.17
HSL167.52º59.24%58.63%-
HSV(B)167.52º58.96%83.14%-
XYZ36.3452.6654.7-
YUV171.66136.0967.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.94%
GREEN value IS 212 (83.20% from 255) = 43.71%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=17.94%
G=43.71%
B=38.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal872121860.5900.120.17167.5259.2458.63
Hex57D4BA3B0C11a83b3b
Octal12732427273014212507373
Binary10101111101010010111010111011011001000110101000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57D4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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