Shades of Medium Aquamarine #53E7AD
Tints of Medium Aquamarine #53E7AD
RGB
CMYK
RGB Variations
Color information
#53E7AD (or 0x53E7AD) is known color: Medium Aquamarine. HEX triplet: 53, E7 and AD. RGB value is (83,231,173). Sum of RGB (Red+Green+Blue) = 83+231+173=487 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.04% from 487); Green value is 231 (90.62% from 255 or 47.43% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 231 - color contains mainly: green. Hex color #53E7AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53E7AD is #AC1852. Grayscale: #B4B4B4. Windows color (decimal): -11278419 or 11396947. OLE color: 11396947.
HSL color Cylindrical-coordinate representation of color #53E7AD: hue angle of 156.49º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53E7AD is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 231 | 173 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.09 |
| HSL | 156.49º | 0.76% | 0.62% | - |
| HSV(B) | 156.49º | 0.64% | 0.91% | - |
| XYZ | 39.69 | 62.01 | 49.41 | - |
| YUV | 180.14 | 123.97 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 231 | 173 | 0.64 | 0 | 0.25 | 0.09 | 156.49 | 0.76 | 0.62 |
| Hex | 53 | E7 | AD | 40 | 0 | 19 | 9 | 9C | 4C | 3E |
| Octal | 123 | 347 | 255 | 100 | 0 | 31 | 11 | 234 | 114 | 76 |
| Binary | 1010011 | 11100111 | 10101101 | 1000000 | 0 | 11001 | 1001 | 10011100 | 1001100 | 111110 |
Color Harmonies of #53E7AD
Complementary color
Monochromatic Colors of #53E7AD
Black with #53E7AD
Text Example
Text Example
White with #53E7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E7AD; }
p { color: rgb(83,231,173); }
H1.HeaderClassName
{
color: #53E7AD;
}
.AnyTagClassName
{
color: #53E7AD;
}
</style>
background-color css
<style>
a { background-color: #53E7AD; }
a { background-color: rgb(83,231,173); }
div.DivClassName
{
background-color: #53E7AD;
}
.BgClassName
{
background-color: #53E7AD;
}
</style>
border-color css
<style>
span { border-color: #53E7AD; }
span { border-color: rgb(83,231,173); }
td.TdClassName
{
border-color: #53E7AD;
}
.TagClassName
{
border-color: #53E7AD;
}
</style>