Shades of Medium Aquamarine #53FEAD
Tints of Medium Aquamarine #53FEAD
RGB
CMYK
RGB Variations
Color information
#53FEAD (or 0x53FEAD) is known color: Medium Aquamarine. HEX triplet: 53, FE and AD. RGB value is (83,254,173). Sum of RGB (Red+Green+Blue) = 83+254+173=510 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.27% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #53FEAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FEAD is #AC0152. Grayscale: #C1C1C1. Windows color (decimal): -11272531 or 11402835. OLE color: 11402835.
HSL color Cylindrical-coordinate representation of color #53FEAD: hue angle of 151.58º 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 #53FEAD is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 254 | 173 | - |
| CMYK | 0.67 | 0 | 0.32 | 0.00 |
| HSL | 151.58º | 0.99% | 0.66% | - |
| HSV(B) | 151.58º | 0.67% | 1% | - |
| XYZ | 46.55 | 75.74 | 51.7 | - |
| YUV | 193.64 | 116.35 | 49.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 254 | 173 | 0.67 | 0 | 0.32 | 0.00 | 151.58 | 0.99 | 0.66 |
| Hex | 53 | FE | AD | 43 | 0 | 20 | 0 | 98 | 63 | 42 |
| Octal | 123 | 376 | 255 | 103 | 0 | 40 | 0 | 230 | 143 | 102 |
| Binary | 1010011 | 11111110 | 10101101 | 1000011 | 0 | 100000 | 0 | 10011000 | 1100011 | 1000010 |
Color Harmonies of #53FEAD
Complementary color
Monochromatic Colors of #53FEAD
Black with #53FEAD
Text Example
Text Example
White with #53FEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FEAD; }
p { color: rgb(83,254,173); }
H1.HeaderClassName
{
color: #53FEAD;
}
.AnyTagClassName
{
color: #53FEAD;
}
</style>
background-color css
<style>
a { background-color: #53FEAD; }
a { background-color: rgb(83,254,173); }
div.DivClassName
{
background-color: #53FEAD;
}
.BgClassName
{
background-color: #53FEAD;
}
</style>
border-color css
<style>
span { border-color: #53FEAD; }
span { border-color: rgb(83,254,173); }
td.TdClassName
{
border-color: #53FEAD;
}
.TagClassName
{
border-color: #53FEAD;
}
</style>