Shades of Medium Aquamarine #53CEA0
Tints of Medium Aquamarine #53CEA0
RGB
CMYK
RGB Variations
Color information
#53CEA0 (or 0x53CEA0) is known color: Medium Aquamarine. HEX triplet: 53, CE and A0. RGB value is (83,206,160). Sum of RGB (Red+Green+Blue) = 83+206+160=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #53CEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CEA0 is #AC315F. Grayscale: #A4A4A4. Windows color (decimal): -11284832 or 10538579. OLE color: 10538579.
HSL color Cylindrical-coordinate representation of color #53CEA0: hue angle of 157.56º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CEA0 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 206 | 160 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.19 |
| HSL | 157.56º | 0.56% | 0.57% | - |
| HSV(B) | 157.56º | 0.6% | 0.81% | - |
| XYZ | 31.98 | 48.52 | 40.94 | - |
| YUV | 163.98 | 125.75 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 206 | 160 | 0.60 | 0 | 0.22 | 0.19 | 157.56 | 0.56 | 0.57 |
| Hex | 53 | CE | A0 | 3C | 0 | 16 | 13 | 9E | 38 | 39 |
| Octal | 123 | 316 | 240 | 74 | 0 | 26 | 23 | 236 | 70 | 71 |
| Binary | 1010011 | 11001110 | 10100000 | 111100 | 0 | 10110 | 10011 | 10011110 | 111000 | 111001 |
Color Harmonies of #53CEA0
Complementary color
Monochromatic Colors of #53CEA0
Black with #53CEA0
Text Example
Text Example
White with #53CEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CEA0; }
p { color: rgb(83,206,160); }
H1.HeaderClassName
{
color: #53CEA0;
}
.AnyTagClassName
{
color: #53CEA0;
}
</style>
background-color css
<style>
a { background-color: #53CEA0; }
a { background-color: rgb(83,206,160); }
div.DivClassName
{
background-color: #53CEA0;
}
.BgClassName
{
background-color: #53CEA0;
}
</style>
border-color css
<style>
span { border-color: #53CEA0; }
span { border-color: rgb(83,206,160); }
td.TdClassName
{
border-color: #53CEA0;
}
.TagClassName
{
border-color: #53CEA0;
}
</style>