Shades of Medium Aquamarine #53FF99
Tints of Medium Aquamarine #53FF99
RGB
CMYK
RGB Variations
Color information
#53FF99 (or 0x53FF99) is known color: Medium Aquamarine. HEX triplet: 53, FF and 99. RGB value is (83,255,153). Sum of RGB (Red+Green+Blue) = 83+255+153=491 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.90% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #53FF99 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FF99 is #AC0066. Grayscale: #C0C0C0. Windows color (decimal): -11272295 or 10092371. OLE color: 10092371.
HSL color Cylindrical-coordinate representation of color #53FF99: hue angle of 144.42º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FF99 is Cyan = 0.67, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 153 | - |
| CMYK | 0.67 | 0 | 0.4 | 0 |
| HSL | 144.42º | 1% | 0.66% | - |
| HSV(B) | 144.42º | 0.67% | 1% | - |
| XYZ | 45.08 | 75.66 | 42.36 | - |
| YUV | 191.94 | 106.02 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 153 | 0.67 | 0 | 0.4 | 0 | 144.42 | 1 | 0.66 |
| Hex | 53 | FF | 99 | 43 | 0 | 28 | 0 | 90 | 64 | 42 |
| Octal | 123 | 377 | 231 | 103 | 0 | 50 | 0 | 220 | 144 | 102 |
| Binary | 1010011 | 11111111 | 10011001 | 1000011 | 0 | 101000 | 0 | 10010000 | 1100100 | 1000010 |
Color Harmonies of #53FF99
Complementary color
Monochromatic Colors of #53FF99
Black with #53FF99
Text Example
Text Example
White with #53FF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FF99; }
p { color: rgb(83,255,153); }
H1.HeaderClassName
{
color: #53FF99;
}
.AnyTagClassName
{
color: #53FF99;
}
</style>
background-color css
<style>
a { background-color: #53FF99; }
a { background-color: rgb(83,255,153); }
div.DivClassName
{
background-color: #53FF99;
}
.BgClassName
{
background-color: #53FF99;
}
</style>
border-color css
<style>
span { border-color: #53FF99; }
span { border-color: rgb(83,255,153); }
td.TdClassName
{
border-color: #53FF99;
}
.TagClassName
{
border-color: #53FF99;
}
</style>