Shades of Medium Aquamarine #53F5A0
Tints of Medium Aquamarine #53F5A0
RGB
CMYK
RGB Variations
Color information
#53F5A0 (or 0x53F5A0) is known color: Medium Aquamarine. HEX triplet: 53, F5 and A0. RGB value is (83,245,160). Sum of RGB (Red+Green+Blue) = 83+245+160=488 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.01% from 488); Green value is 245 (96.09% from 255 or 50.20% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 245 - color contains mainly: green. Hex color #53F5A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F5A0 is #AC0A5F. Grayscale: #BBBBBB. Windows color (decimal): -11274848 or 10548563. OLE color: 10548563.
HSL color Cylindrical-coordinate representation of color #53F5A0: hue angle of 148.52º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F5A0 is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 245 | 160 | - |
| CMYK | 0.66 | 0 | 0.35 | 0.04 |
| HSL | 148.52º | 0.89% | 0.64% | - |
| HSV(B) | 148.52º | 0.66% | 0.96% | - |
| XYZ | 42.56 | 69.68 | 44.46 | - |
| YUV | 186.87 | 112.83 | 53.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 245 | 160 | 0.66 | 0 | 0.35 | 0.04 | 148.52 | 0.89 | 0.64 |
| Hex | 53 | F5 | A0 | 42 | 0 | 23 | 4 | 95 | 59 | 40 |
| Octal | 123 | 365 | 240 | 102 | 0 | 43 | 4 | 225 | 131 | 100 |
| Binary | 1010011 | 11110101 | 10100000 | 1000010 | 0 | 100011 | 100 | 10010101 | 1011001 | 1000000 |
Color Harmonies of #53F5A0
Complementary color
Monochromatic Colors of #53F5A0
Black with #53F5A0
Text Example
Text Example
White with #53F5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F5A0; }
p { color: rgb(83,245,160); }
H1.HeaderClassName
{
color: #53F5A0;
}
.AnyTagClassName
{
color: #53F5A0;
}
</style>
background-color css
<style>
a { background-color: #53F5A0; }
a { background-color: rgb(83,245,160); }
div.DivClassName
{
background-color: #53F5A0;
}
.BgClassName
{
background-color: #53F5A0;
}
</style>
border-color css
<style>
span { border-color: #53F5A0; }
span { border-color: rgb(83,245,160); }
td.TdClassName
{
border-color: #53F5A0;
}
.TagClassName
{
border-color: #53F5A0;
}
</style>