Shades of Medium Aquamarine #53F2AA
Tints of Medium Aquamarine #53F2AA
RGB
CMYK
RGB Variations
Color information
#53F2AA (or 0x53F2AA) is known color: Medium Aquamarine. HEX triplet: 53, F2 and AA. RGB value is (83,242,170). Sum of RGB (Red+Green+Blue) = 83+242+170=495 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.77% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #53F2AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F2AA is #AC0D55. Grayscale: #BABABA. Windows color (decimal): -11275606 or 11203155. OLE color: 11203155.
HSL color Cylindrical-coordinate representation of color #53F2AA: hue angle of 152.83º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F2AA is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 242 | 170 | - |
| CMYK | 0.66 | 0 | 0.30 | 0.05 |
| HSL | 152.83º | 0.86% | 0.64% | - |
| HSV(B) | 152.83º | 0.66% | 0.95% | - |
| XYZ | 42.58 | 68.25 | 48.96 | - |
| YUV | 186.25 | 118.82 | 54.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 242 | 170 | 0.66 | 0 | 0.30 | 0.05 | 152.83 | 0.86 | 0.64 |
| Hex | 53 | F2 | AA | 42 | 0 | 1E | 5 | 99 | 56 | 40 |
| Octal | 123 | 362 | 252 | 102 | 0 | 36 | 5 | 231 | 126 | 100 |
| Binary | 1010011 | 11110010 | 10101010 | 1000010 | 0 | 11110 | 101 | 10011001 | 1010110 | 1000000 |
Color Harmonies of #53F2AA
Complementary color
Monochromatic Colors of #53F2AA
Black with #53F2AA
Text Example
Text Example
White with #53F2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F2AA; }
p { color: rgb(83,242,170); }
H1.HeaderClassName
{
color: #53F2AA;
}
.AnyTagClassName
{
color: #53F2AA;
}
</style>
background-color css
<style>
a { background-color: #53F2AA; }
a { background-color: rgb(83,242,170); }
div.DivClassName
{
background-color: #53F2AA;
}
.BgClassName
{
background-color: #53F2AA;
}
</style>
border-color css
<style>
span { border-color: #53F2AA; }
span { border-color: rgb(83,242,170); }
td.TdClassName
{
border-color: #53F2AA;
}
.TagClassName
{
border-color: #53F2AA;
}
</style>