#57d9bf

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

Shades of Downy #57D9BF

Tints of Downy #57D9BF

Color information

#57D9BF (or 0x57D9BF) is unknown color: approx Downy. HEX triplet: 57, D9 and BF. RGB value is (87,217,191). Sum of RGB (Red+Green+Blue) = 87+217+191=495 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.58% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #57D9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D9BF is #A82640. Grayscale: #AFAFAF. Windows color (decimal): -11019841 or 12573015. OLE color: 12573015.

HSL color Cylindrical-coordinate representation of color #57D9BF: hue angle of 168º degrees, saturation: 0.63, 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 #57D9BF is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB87217191-
CMYK0.6000.120.15
HSL168º63.11%59.61%-
HSV(B)168º59.91%85.1%-
XYZ38.1555.4157.98-
YUV175.17136.9365.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.58%
GREEN value IS 217 (85.16% from 255) = 43.84%
BLUE value IS 191 (75% from 255) = 38.59%
R=17.58%
G=43.84%
B=38.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal872171910.6000.120.1516863.1159.61
Hex57D9BF3C0CFa83f3c
Octal12733127774014172507774
Binary1010111110110011011111111110001100111110101000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57d9bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,217,191); }

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

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

 a { background-color: rgb(87,217,191); }

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

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

 span { border-color: rgb(87,217,191); }

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