#57DABB

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

Shades of Downy #57DABB

Tints of Downy #57DABB

Color information

#57DABB (or 0x57DABB) is unknown color: approx Downy. HEX triplet: 57, DA and BB. RGB value is (87,218,187). Sum of RGB (Red+Green+Blue) = 87+218+187=492 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.68% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #57DABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DABB is #A82544. Grayscale: #AFAFAF. Windows color (decimal): -11019589 or 12311127. OLE color: 12311127.

HSL color Cylindrical-coordinate representation of color #57DABB: hue angle of 165.8º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57DABB is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB87218187-
CMYK0.6000.140.15
HSL165.8º63.9%59.8%-
HSV(B)165.8º60.09%85.49%-
XYZ37.9755.7655.77-
YUV175.3134.665.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.68%
GREEN value IS 218 (85.55% from 255) = 44.31%
BLUE value IS 187 (73.44% from 255) = 38.01%
R=17.68%
G=44.31%
B=38.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal872181870.6000.140.15165.863.959.8
Hex57DABB3C0EFa6403c
Octal127332273740161724610074
Binary10101111101101010111011111100011101111101001101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57DABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,218,187); }

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

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

 a { background-color: rgb(87,218,187); }

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

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

 span { border-color: rgb(87,218,187); }

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