Shades of Medium Aquamarine #53F5AD
Tints of Medium Aquamarine #53F5AD
RGB
CMYK
RGB Variations
Color information
#53F5AD (or 0x53F5AD) is known color: Medium Aquamarine. HEX triplet: 53, F5 and AD. RGB value is (83,245,173). Sum of RGB (Red+Green+Blue) = 83+245+173=501 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.57% from 501); Green value is 245 (96.09% from 255 or 48.90% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 245 - color contains mainly: green. Hex color #53F5AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F5AD is #AC0A52. Grayscale: #BCBCBC. Windows color (decimal): -11274835 or 11400531. OLE color: 11400531.
HSL color Cylindrical-coordinate representation of color #53F5AD: hue angle of 153.33º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F5AD is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 245 | 173 | - |
| CMYK | 0.66 | 0 | 0.29 | 0.04 |
| HSL | 153.33º | 0.89% | 0.64% | - |
| HSV(B) | 153.33º | 0.66% | 0.96% | - |
| XYZ | 43.76 | 70.16 | 50.77 | - |
| YUV | 188.35 | 119.33 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 245 | 173 | 0.66 | 0 | 0.29 | 0.04 | 153.33 | 0.89 | 0.64 |
| Hex | 53 | F5 | AD | 42 | 0 | 1D | 4 | 99 | 59 | 40 |
| Octal | 123 | 365 | 255 | 102 | 0 | 35 | 4 | 231 | 131 | 100 |
| Binary | 1010011 | 11110101 | 10101101 | 1000010 | 0 | 11101 | 100 | 10011001 | 1011001 | 1000000 |
Color Harmonies of #53F5AD
Complementary color
Monochromatic Colors of #53F5AD
Black with #53F5AD
Text Example
Text Example
White with #53F5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F5AD; }
p { color: rgb(83,245,173); }
H1.HeaderClassName
{
color: #53F5AD;
}
.AnyTagClassName
{
color: #53F5AD;
}
</style>
background-color css
<style>
a { background-color: #53F5AD; }
a { background-color: rgb(83,245,173); }
div.DivClassName
{
background-color: #53F5AD;
}
.BgClassName
{
background-color: #53F5AD;
}
</style>
border-color css
<style>
span { border-color: #53F5AD; }
span { border-color: rgb(83,245,173); }
td.TdClassName
{
border-color: #53F5AD;
}
.TagClassName
{
border-color: #53F5AD;
}
</style>