Shades of Medium Aquamarine #57CAB0
Tints of Medium Aquamarine #57CAB0
RGB
CMYK
RGB Variations
Color information
#57CAB0 (or 0x57CAB0) is known color: Medium Aquamarine. HEX triplet: 57, CA and B0. RGB value is (87,202,176). Sum of RGB (Red+Green+Blue) = 87+202+176=465 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.71% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #57CAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57CAB0 is #A8354F. Grayscale: #A4A4A4. Windows color (decimal): -11023696 or 11586135. OLE color: 11586135.
HSL color Cylindrical-coordinate representation of color #57CAB0: hue angle of 166.43º 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 #57CAB0 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 202 | 176 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.21 |
| HSL | 166.43º | 0.52% | 0.57% | - |
| HSV(B) | 166.43º | 0.57% | 0.79% | - |
| XYZ | 32.89 | 47.4 | 48.49 | - |
| YUV | 164.65 | 134.4 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 202 | 176 | 0.57 | 0 | 0.13 | 0.21 | 166.43 | 0.52 | 0.57 |
| Hex | 57 | CA | B0 | 39 | 0 | D | 15 | A6 | 34 | 39 |
| Octal | 127 | 312 | 260 | 71 | 0 | 15 | 25 | 246 | 64 | 71 |
| Binary | 1010111 | 11001010 | 10110000 | 111001 | 0 | 1101 | 10101 | 10100110 | 110100 | 111001 |
Color Harmonies of #57CAB0
Complementary color
Monochromatic Colors of #57CAB0
Black with #57CAB0
Text Example
Text Example
White with #57CAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CAB0; }
p { color: rgb(87,202,176); }
H1.HeaderClassName
{
color: #57CAB0;
}
.AnyTagClassName
{
color: #57CAB0;
}
</style>
background-color css
<style>
a { background-color: #57CAB0; }
a { background-color: rgb(87,202,176); }
div.DivClassName
{
background-color: #57CAB0;
}
.BgClassName
{
background-color: #57CAB0;
}
</style>
border-color css
<style>
span { border-color: #57CAB0; }
span { border-color: rgb(87,202,176); }
td.TdClassName
{
border-color: #57CAB0;
}
.TagClassName
{
border-color: #57CAB0;
}
</style>