Shades of Medium Aquamarine #57CAA2
Tints of Medium Aquamarine #57CAA2
RGB
CMYK
RGB Variations
Color information
#57CAA2 (or 0x57CAA2) is known color: Medium Aquamarine. HEX triplet: 57, CA and A2. RGB value is (87,202,162). Sum of RGB (Red+Green+Blue) = 87+202+162=451 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.29% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #57CAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57CAA2 is #A8355D. Grayscale: #A3A3A3. Windows color (decimal): -11023710 or 10668631. OLE color: 10668631.
HSL color Cylindrical-coordinate representation of color #57CAA2: hue angle of 159.13º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57CAA2 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 202 | 162 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.21 |
| HSL | 159.13º | 0.52% | 0.57% | - |
| HSV(B) | 159.13º | 0.57% | 0.79% | - |
| XYZ | 31.57 | 46.88 | 41.57 | - |
| YUV | 163.06 | 127.4 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 202 | 162 | 0.57 | 0 | 0.20 | 0.21 | 159.13 | 0.52 | 0.57 |
| Hex | 57 | CA | A2 | 39 | 0 | 14 | 15 | 9F | 34 | 39 |
| Octal | 127 | 312 | 242 | 71 | 0 | 24 | 25 | 237 | 64 | 71 |
| Binary | 1010111 | 11001010 | 10100010 | 111001 | 0 | 10100 | 10101 | 10011111 | 110100 | 111001 |
Color Harmonies of #57CAA2
Complementary color
Monochromatic Colors of #57CAA2
Black with #57CAA2
Text Example
Text Example
White with #57CAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CAA2; }
p { color: rgb(87,202,162); }
H1.HeaderClassName
{
color: #57CAA2;
}
.AnyTagClassName
{
color: #57CAA2;
}
</style>
background-color css
<style>
a { background-color: #57CAA2; }
a { background-color: rgb(87,202,162); }
div.DivClassName
{
background-color: #57CAA2;
}
.BgClassName
{
background-color: #57CAA2;
}
</style>
border-color css
<style>
span { border-color: #57CAA2; }
span { border-color: rgb(87,202,162); }
td.TdClassName
{
border-color: #57CAA2;
}
.TagClassName
{
border-color: #57CAA2;
}
</style>