Shades of Medium Aquamarine #57CCA5
Tints of Medium Aquamarine #57CCA5
RGB
CMYK
RGB Variations
Color information
#57CCA5 (or 0x57CCA5) is known color: Medium Aquamarine. HEX triplet: 57, CC and A5. RGB value is (87,204,165). Sum of RGB (Red+Green+Blue) = 87+204+165=456 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.08% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 204 - color contains mainly: green. Hex color #57CCA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57CCA5 is #A8335A. Grayscale: #A4A4A4. Windows color (decimal): -11023195 or 10865751. OLE color: 10865751.
HSL color Cylindrical-coordinate representation of color #57CCA5: hue angle of 160º 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 #57CCA5 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 204 | 165 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.2 |
| HSL | 160º | 0.53% | 0.57% | - |
| HSV(B) | 160º | 0.57% | 0.8% | - |
| XYZ | 32.31 | 47.93 | 43.15 | - |
| YUV | 164.57 | 128.24 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 204 | 165 | 0.57 | 0 | 0.19 | 0.2 | 160 | 0.53 | 0.57 |
| Hex | 57 | CC | A5 | 39 | 0 | 13 | 14 | A0 | 35 | 39 |
| Octal | 127 | 314 | 245 | 71 | 0 | 23 | 24 | 240 | 65 | 71 |
| Binary | 1010111 | 11001100 | 10100101 | 111001 | 0 | 10011 | 10100 | 10100000 | 110101 | 111001 |
Color Harmonies of #57CCA5
Complementary color
Monochromatic Colors of #57CCA5
Black with #57CCA5
Text Example
Text Example
White with #57CCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CCA5; }
p { color: rgb(87,204,165); }
H1.HeaderClassName
{
color: #57CCA5;
}
.AnyTagClassName
{
color: #57CCA5;
}
</style>
background-color css
<style>
a { background-color: #57CCA5; }
a { background-color: rgb(87,204,165); }
div.DivClassName
{
background-color: #57CCA5;
}
.BgClassName
{
background-color: #57CCA5;
}
</style>
border-color css
<style>
span { border-color: #57CCA5; }
span { border-color: rgb(87,204,165); }
td.TdClassName
{
border-color: #57CCA5;
}
.TagClassName
{
border-color: #57CCA5;
}
</style>