Shades of Medium Aquamarine #53FFAD
Tints of Medium Aquamarine #53FFAD
RGB
CMYK
RGB Variations
Color information
#53FFAD (or 0x53FFAD) is known color: Medium Aquamarine. HEX triplet: 53, FF and AD. RGB value is (83,255,173). Sum of RGB (Red+Green+Blue) = 83+255+173=511 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.24% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FFAD is #AC0052. Grayscale: #C2C2C2. Windows color (decimal): -11272275 or 11403091. OLE color: 11403091.
HSL color Cylindrical-coordinate representation of color #53FFAD: hue angle of 151.4º 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 #53FFAD is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 173 | - |
| CMYK | 0.67 | 0 | 0.32 | 0 |
| HSL | 151.4º | 1% | 0.66% | - |
| HSV(B) | 151.4º | 0.67% | 1% | - |
| XYZ | 46.87 | 76.38 | 51.81 | - |
| YUV | 194.22 | 116.02 | 48.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 173 | 0.67 | 0 | 0.32 | 0 | 151.4 | 1 | 0.66 |
| Hex | 53 | FF | AD | 43 | 0 | 20 | 0 | 97 | 64 | 42 |
| Octal | 123 | 377 | 255 | 103 | 0 | 40 | 0 | 227 | 144 | 102 |
| Binary | 1010011 | 11111111 | 10101101 | 1000011 | 0 | 100000 | 0 | 10010111 | 1100100 | 1000010 |
Color Harmonies of #53FFAD
Complementary color
Monochromatic Colors of #53FFAD
Black with #53FFAD
Text Example
Text Example
White with #53FFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FFAD; }
p { color: rgb(83,255,173); }
H1.HeaderClassName
{
color: #53FFAD;
}
.AnyTagClassName
{
color: #53FFAD;
}
</style>
background-color css
<style>
a { background-color: #53FFAD; }
a { background-color: rgb(83,255,173); }
div.DivClassName
{
background-color: #53FFAD;
}
.BgClassName
{
background-color: #53FFAD;
}
</style>
border-color css
<style>
span { border-color: #53FFAD; }
span { border-color: rgb(83,255,173); }
td.TdClassName
{
border-color: #53FFAD;
}
.TagClassName
{
border-color: #53FFAD;
}
</style>