Shades of Medium Aquamarine #53FE9F
Tints of Medium Aquamarine #53FE9F
RGB
CMYK
RGB Variations
Color information
#53FE9F (or 0x53FE9F) is known color: Medium Aquamarine. HEX triplet: 53, FE and 9F. RGB value is (83,254,159). Sum of RGB (Red+Green+Blue) = 83+254+159=496 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.73% from 496); Green value is 254 (99.61% from 255 or 51.21% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 254 - color contains mainly: green. Hex color #53FE9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FE9F is #AC0160. Grayscale: #C0C0C0. Windows color (decimal): -11272545 or 10485331. OLE color: 10485331.
HSL color Cylindrical-coordinate representation of color #53FE9F: hue angle of 146.67º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FE9F is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 254 | 159 | - |
| CMYK | 0.67 | 0 | 0.37 | 0.00 |
| HSL | 146.67º | 0.99% | 0.66% | - |
| HSV(B) | 146.67º | 0.67% | 1% | - |
| XYZ | 45.27 | 75.23 | 44.94 | - |
| YUV | 192.04 | 109.35 | 50.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 254 | 159 | 0.67 | 0 | 0.37 | 0.00 | 146.67 | 0.99 | 0.66 |
| Hex | 53 | FE | 9F | 43 | 0 | 25 | 0 | 93 | 63 | 42 |
| Octal | 123 | 376 | 237 | 103 | 0 | 45 | 0 | 223 | 143 | 102 |
| Binary | 1010011 | 11111110 | 10011111 | 1000011 | 0 | 100101 | 0 | 10010011 | 1100011 | 1000010 |
Color Harmonies of #53FE9F
Complementary color
Monochromatic Colors of #53FE9F
Black with #53FE9F
Text Example
Text Example
White with #53FE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FE9F; }
p { color: rgb(83,254,159); }
H1.HeaderClassName
{
color: #53FE9F;
}
.AnyTagClassName
{
color: #53FE9F;
}
</style>
background-color css
<style>
a { background-color: #53FE9F; }
a { background-color: rgb(83,254,159); }
div.DivClassName
{
background-color: #53FE9F;
}
.BgClassName
{
background-color: #53FE9F;
}
</style>
border-color css
<style>
span { border-color: #53FE9F; }
span { border-color: rgb(83,254,159); }
td.TdClassName
{
border-color: #53FE9F;
}
.TagClassName
{
border-color: #53FE9F;
}
</style>