Shades of Medium Aquamarine #57DCAB
Tints of Medium Aquamarine #57DCAB
RGB
CMYK
RGB Variations
Color information
#57DCAB (or 0x57DCAB) is known color: Medium Aquamarine. HEX triplet: 57, DC and AB. RGB value is (87,220,171). Sum of RGB (Red+Green+Blue) = 87+220+171=478 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.20% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #57DCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57DCAB is #A82354. Grayscale: #AEAEAE. Windows color (decimal): -11019093 or 11263063. OLE color: 11263063.
HSL color Cylindrical-coordinate representation of color #57DCAB: hue angle of 157.89º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57DCAB is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 220 | 171 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.14 |
| HSL | 157.89º | 0.66% | 0.6% | - |
| HSV(B) | 157.89º | 0.6% | 0.86% | - |
| XYZ | 36.87 | 56.15 | 47.42 | - |
| YUV | 174.65 | 125.94 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 220 | 171 | 0.60 | 0 | 0.22 | 0.14 | 157.89 | 0.66 | 0.6 |
| Hex | 57 | DC | AB | 3C | 0 | 16 | E | 9E | 42 | 3C |
| Octal | 127 | 334 | 253 | 74 | 0 | 26 | 16 | 236 | 102 | 74 |
| Binary | 1010111 | 11011100 | 10101011 | 111100 | 0 | 10110 | 1110 | 10011110 | 1000010 | 111100 |
Color Harmonies of #57DCAB
Complementary color
Monochromatic Colors of #57DCAB
Black with #57DCAB
Text Example
Text Example
White with #57DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DCAB; }
p { color: rgb(87,220,171); }
H1.HeaderClassName
{
color: #57DCAB;
}
.AnyTagClassName
{
color: #57DCAB;
}
</style>
background-color css
<style>
a { background-color: #57DCAB; }
a { background-color: rgb(87,220,171); }
div.DivClassName
{
background-color: #57DCAB;
}
.BgClassName
{
background-color: #57DCAB;
}
</style>
border-color css
<style>
span { border-color: #57DCAB; }
span { border-color: rgb(87,220,171); }
td.TdClassName
{
border-color: #57DCAB;
}
.TagClassName
{
border-color: #57DCAB;
}
</style>