Shades of Medium Aquamarine #57CBA4
Tints of Medium Aquamarine #57CBA4
RGB
CMYK
RGB Variations
Color information
#57CBA4 (or 0x57CBA4) is known color: Medium Aquamarine. HEX triplet: 57, CB and A4. RGB value is (87,203,164). Sum of RGB (Red+Green+Blue) = 87+203+164=454 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.16% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #57CBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57CBA4 is #A8345B. Grayscale: #A3A3A3. Windows color (decimal): -11023452 or 10799959. OLE color: 10799959.
HSL color Cylindrical-coordinate representation of color #57CBA4: hue angle of 159.83º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57CBA4 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 203 | 164 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.20 |
| HSL | 159.83º | 0.53% | 0.57% | - |
| HSV(B) | 159.83º | 0.57% | 0.8% | - |
| XYZ | 31.99 | 47.42 | 42.59 | - |
| YUV | 163.87 | 128.07 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 203 | 164 | 0.57 | 0 | 0.19 | 0.20 | 159.83 | 0.53 | 0.57 |
| Hex | 57 | CB | A4 | 39 | 0 | 13 | 14 | A0 | 35 | 39 |
| Octal | 127 | 313 | 244 | 71 | 0 | 23 | 24 | 240 | 65 | 71 |
| Binary | 1010111 | 11001011 | 10100100 | 111001 | 0 | 10011 | 10100 | 10100000 | 110101 | 111001 |
Color Harmonies of #57CBA4
Complementary color
Monochromatic Colors of #57CBA4
Black with #57CBA4
Text Example
Text Example
White with #57CBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CBA4; }
p { color: rgb(87,203,164); }
H1.HeaderClassName
{
color: #57CBA4;
}
.AnyTagClassName
{
color: #57CBA4;
}
</style>
background-color css
<style>
a { background-color: #57CBA4; }
a { background-color: rgb(87,203,164); }
div.DivClassName
{
background-color: #57CBA4;
}
.BgClassName
{
background-color: #57CBA4;
}
</style>
border-color css
<style>
span { border-color: #57CBA4; }
span { border-color: rgb(87,203,164); }
td.TdClassName
{
border-color: #57CBA4;
}
.TagClassName
{
border-color: #57CBA4;
}
</style>