Shades of Medium Aquamarine #53FAAA
Tints of Medium Aquamarine #53FAAA
RGB
CMYK
RGB Variations
Color information
#53FAAA (or 0x53FAAA) is known color: Medium Aquamarine. HEX triplet: 53, FA and AA. RGB value is (83,250,170). Sum of RGB (Red+Green+Blue) = 83+250+170=503 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.50% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #53FAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FAAA is #AC0555. Grayscale: #BFBFBF. Windows color (decimal): -11273558 or 11205203. OLE color: 11205203.
HSL color Cylindrical-coordinate representation of color #53FAAA: hue angle of 151.26º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FAAA is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 250 | 170 | - |
| CMYK | 0.67 | 0 | 0.32 | 0.02 |
| HSL | 151.26º | 0.94% | 0.65% | - |
| HSV(B) | 151.26º | 0.67% | 0.98% | - |
| XYZ | 45.01 | 73.11 | 49.77 | - |
| YUV | 190.95 | 116.17 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 250 | 170 | 0.67 | 0 | 0.32 | 0.02 | 151.26 | 0.94 | 0.65 |
| Hex | 53 | FA | AA | 43 | 0 | 20 | 2 | 97 | 5E | 41 |
| Octal | 123 | 372 | 252 | 103 | 0 | 40 | 2 | 227 | 136 | 101 |
| Binary | 1010011 | 11111010 | 10101010 | 1000011 | 0 | 100000 | 10 | 10010111 | 1011110 | 1000001 |
Color Harmonies of #53FAAA
Complementary color
Monochromatic Colors of #53FAAA
Black with #53FAAA
Text Example
Text Example
White with #53FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FAAA; }
p { color: rgb(83,250,170); }
H1.HeaderClassName
{
color: #53FAAA;
}
.AnyTagClassName
{
color: #53FAAA;
}
</style>
background-color css
<style>
a { background-color: #53FAAA; }
a { background-color: rgb(83,250,170); }
div.DivClassName
{
background-color: #53FAAA;
}
.BgClassName
{
background-color: #53FAAA;
}
</style>
border-color css
<style>
span { border-color: #53FAAA; }
span { border-color: rgb(83,250,170); }
td.TdClassName
{
border-color: #53FAAA;
}
.TagClassName
{
border-color: #53FAAA;
}
</style>