Shades of Medium Aquamarine #53FF9F
Tints of Medium Aquamarine #53FF9F
RGB
CMYK
RGB Variations
Color information
#53FF9F (or 0x53FF9F) is known color: Medium Aquamarine. HEX triplet: 53, FF and 9F. RGB value is (83,255,159). Sum of RGB (Red+Green+Blue) = 83+255+159=497 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.70% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #53FF9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FF9F is #AC0060. Grayscale: #C0C0C0. Windows color (decimal): -11272289 or 10485587. OLE color: 10485587.
HSL color Cylindrical-coordinate representation of color #53FF9F: hue angle of 146.51º 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 #53FF9F is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 159 | - |
| CMYK | 0.67 | 0 | 0.38 | 0 |
| HSL | 146.51º | 1% | 0.66% | - |
| HSV(B) | 146.51º | 0.67% | 1% | - |
| XYZ | 45.59 | 75.86 | 45.04 | - |
| YUV | 192.63 | 109.02 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 159 | 0.67 | 0 | 0.38 | 0 | 146.51 | 1 | 0.66 |
| Hex | 53 | FF | 9F | 43 | 0 | 26 | 0 | 93 | 64 | 42 |
| Octal | 123 | 377 | 237 | 103 | 0 | 46 | 0 | 223 | 144 | 102 |
| Binary | 1010011 | 11111111 | 10011111 | 1000011 | 0 | 100110 | 0 | 10010011 | 1100100 | 1000010 |
Color Harmonies of #53FF9F
Complementary color
Monochromatic Colors of #53FF9F
Black with #53FF9F
Text Example
Text Example
White with #53FF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FF9F; }
p { color: rgb(83,255,159); }
H1.HeaderClassName
{
color: #53FF9F;
}
.AnyTagClassName
{
color: #53FF9F;
}
</style>
background-color css
<style>
a { background-color: #53FF9F; }
a { background-color: rgb(83,255,159); }
div.DivClassName
{
background-color: #53FF9F;
}
.BgClassName
{
background-color: #53FF9F;
}
</style>
border-color css
<style>
span { border-color: #53FF9F; }
span { border-color: rgb(83,255,159); }
td.TdClassName
{
border-color: #53FF9F;
}
.TagClassName
{
border-color: #53FF9F;
}
</style>