#57E1C1

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

Shades of Downy #57E1C1

Tints of Downy #57E1C1

Color information

#57E1C1 (or 0x57E1C1) is unknown color: approx Downy. HEX triplet: 57, E1 and C1. RGB value is (87,225,193). Sum of RGB (Red+Green+Blue) = 87+225+193=505 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.23% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #57E1C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E1C1 is #A81E3E. Grayscale: #B4B4B4. Windows color (decimal): -11017791 or 12706135. OLE color: 12706135.

HSL color Cylindrical-coordinate representation of color #57E1C1: hue angle of 166.09º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57E1C1 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB87225193-
CMYK0.6100.140.12
HSL166.09º69.7%61.18%-
HSV(B)166.09º61.33%88.24%-
XYZ40.4859.7359.85-
YUV180.09135.2861.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.23%
GREEN value IS 225 (88.28% from 255) = 44.55%
BLUE value IS 193 (75.78% from 255) = 38.22%
R=17.23%
G=44.55%
B=38.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal872251930.6100.140.12166.0969.761.18
Hex57E1C13D0ECa6463d
Octal127341301750161424610675
Binary10101111110000111000001111101011101100101001101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57E1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,225,193); }

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

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

 a { background-color: rgb(87,225,193); }

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

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

 span { border-color: rgb(87,225,193); }

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