Shades of Medium Aquamarine #53F5A5
Tints of Medium Aquamarine #53F5A5
RGB
CMYK
RGB Variations
Color information
#53F5A5 (or 0x53F5A5) is known color: Medium Aquamarine. HEX triplet: 53, F5 and A5. RGB value is (83,245,165). Sum of RGB (Red+Green+Blue) = 83+245+165=493 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.84% from 493); Green value is 245 (96.09% from 255 or 49.70% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 245 - color contains mainly: green. Hex color #53F5A5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F5A5 is #AC0A5A. Grayscale: #BBBBBB. Windows color (decimal): -11274843 or 10876243. OLE color: 10876243.
HSL color Cylindrical-coordinate representation of color #53F5A5: hue angle of 150.37º 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 #53F5A5 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 245 | 165 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.04 |
| HSL | 150.37º | 0.89% | 0.64% | - |
| HSV(B) | 150.37º | 0.66% | 0.96% | - |
| XYZ | 43.01 | 69.86 | 46.81 | - |
| YUV | 187.44 | 115.33 | 53.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 245 | 165 | 0.66 | 0 | 0.33 | 0.04 | 150.37 | 0.89 | 0.64 |
| Hex | 53 | F5 | A5 | 42 | 0 | 21 | 4 | 96 | 59 | 40 |
| Octal | 123 | 365 | 245 | 102 | 0 | 41 | 4 | 226 | 131 | 100 |
| Binary | 1010011 | 11110101 | 10100101 | 1000010 | 0 | 100001 | 100 | 10010110 | 1011001 | 1000000 |
Color Harmonies of #53F5A5
Complementary color
Monochromatic Colors of #53F5A5
Black with #53F5A5
Text Example
Text Example
White with #53F5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F5A5; }
p { color: rgb(83,245,165); }
H1.HeaderClassName
{
color: #53F5A5;
}
.AnyTagClassName
{
color: #53F5A5;
}
</style>
background-color css
<style>
a { background-color: #53F5A5; }
a { background-color: rgb(83,245,165); }
div.DivClassName
{
background-color: #53F5A5;
}
.BgClassName
{
background-color: #53F5A5;
}
</style>
border-color css
<style>
span { border-color: #53F5A5; }
span { border-color: rgb(83,245,165); }
td.TdClassName
{
border-color: #53F5A5;
}
.TagClassName
{
border-color: #53F5A5;
}
</style>