Shades of Medium Aquamarine #53F9A8
Tints of Medium Aquamarine #53F9A8
RGB
CMYK
RGB Variations
Color information
#53F9A8 (or 0x53F9A8) is known color: Medium Aquamarine. HEX triplet: 53, F9 and A8. RGB value is (83,249,168). Sum of RGB (Red+Green+Blue) = 83+249+168=500 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.6% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #53F9A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F9A8 is #AC0657. Grayscale: #BEBEBE. Windows color (decimal): -11273816 or 11073875. OLE color: 11073875.
HSL color Cylindrical-coordinate representation of color #53F9A8: hue angle of 150.72º degrees, saturation: 0.93, 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 #53F9A8 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 249 | 168 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.02 |
| HSL | 150.72º | 0.93% | 0.65% | - |
| HSV(B) | 150.72º | 0.67% | 0.98% | - |
| XYZ | 44.51 | 72.42 | 48.68 | - |
| YUV | 190.13 | 115.5 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 249 | 168 | 0.67 | 0 | 0.33 | 0.02 | 150.72 | 0.93 | 0.65 |
| Hex | 53 | F9 | A8 | 43 | 0 | 21 | 2 | 97 | 5D | 41 |
| Octal | 123 | 371 | 250 | 103 | 0 | 41 | 2 | 227 | 135 | 101 |
| Binary | 1010011 | 11111001 | 10101000 | 1000011 | 0 | 100001 | 10 | 10010111 | 1011101 | 1000001 |
Color Harmonies of #53F9A8
Complementary color
Monochromatic Colors of #53F9A8
Black with #53F9A8
Text Example
Text Example
White with #53F9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F9A8; }
p { color: rgb(83,249,168); }
H1.HeaderClassName
{
color: #53F9A8;
}
.AnyTagClassName
{
color: #53F9A8;
}
</style>
background-color css
<style>
a { background-color: #53F9A8; }
a { background-color: rgb(83,249,168); }
div.DivClassName
{
background-color: #53F9A8;
}
.BgClassName
{
background-color: #53F9A8;
}
</style>
border-color css
<style>
span { border-color: #53F9A8; }
span { border-color: rgb(83,249,168); }
td.TdClassName
{
border-color: #53F9A8;
}
.TagClassName
{
border-color: #53F9A8;
}
</style>