Shades of Downy #57EABC
Tints of Downy #57EABC
RGB
CMYK
RGB Variations
Color information
#57EABC (or 0x57EABC) is known color: Downy. HEX triplet: 57, EA and BC. RGB value is (87,234,188). Sum of RGB (Red+Green+Blue) = 87+234+188=509 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.09% from 509); Green value is 234 (91.80% from 255 or 45.97% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 234 - color contains mainly: green. Hex color #57EABC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EABC is #A81543. Grayscale: #B8B8B8. Windows color (decimal): -11015492 or 12380759. OLE color: 12380759.
HSL color Cylindrical-coordinate representation of color #57EABC: hue angle of 161.22º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57EABC is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 87 | 234 | 188 | - |
| CMYK | 0.63 | 0 | 0.20 | 0.08 |
| HSL | 161.22º | 0.78% | 0.63% | - |
| HSV(B) | 161.22º | 0.63% | 0.92% | - |
| XYZ | 42.43 | 64.5 | 57.79 | - |
| YUV | 184.8 | 129.8 | 58.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 234 | 188 | 0.63 | 0 | 0.20 | 0.08 | 161.22 | 0.78 | 0.63 |
| Hex | 57 | EA | BC | 3F | 0 | 14 | 8 | A1 | 4E | 3F |
| Octal | 127 | 352 | 274 | 77 | 0 | 24 | 10 | 241 | 116 | 77 |
| Binary | 1010111 | 11101010 | 10111100 | 111111 | 0 | 10100 | 1000 | 10100001 | 1001110 | 111111 |
Color Harmonies of #57EABC
Complementary color
Monochromatic Colors of #57EABC
Black with #57EABC
Text Example
Text Example
White with #57EABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57EABC; }
p { color: rgb(87,234,188); }
H1.HeaderClassName
{
color: #57EABC;
}
.AnyTagClassName
{
color: #57EABC;
}
</style>
background-color css
<style>
a { background-color: #57EABC; }
a { background-color: rgb(87,234,188); }
div.DivClassName
{
background-color: #57EABC;
}
.BgClassName
{
background-color: #57EABC;
}
</style>
border-color css
<style>
span { border-color: #57EABC; }
span { border-color: rgb(87,234,188); }
td.TdClassName
{
border-color: #57EABC;
}
.TagClassName
{
border-color: #57EABC;
}
</style>