Shades of Medium Aquamarine #53E3AB
Tints of Medium Aquamarine #53E3AB
RGB
CMYK
RGB Variations
Color information
#53E3AB (or 0x53E3AB) is known color: Medium Aquamarine. HEX triplet: 53, E3 and AB. RGB value is (83,227,171). Sum of RGB (Red+Green+Blue) = 83+227+171=481 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.26% from 481); Green value is 227 (89.06% from 255 or 47.19% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 227 - color contains mainly: green. Hex color #53E3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53E3AB is #AC1C54. Grayscale: #B1B1B1. Windows color (decimal): -11279445 or 11264851. OLE color: 11264851.
HSL color Cylindrical-coordinate representation of color #53E3AB: hue angle of 156.67º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53E3AB is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 227 | 171 | - |
| CMYK | 0.63 | 0 | 0.25 | 0.11 |
| HSL | 156.67º | 0.72% | 0.61% | - |
| HSV(B) | 156.67º | 0.63% | 0.89% | - |
| XYZ | 38.39 | 59.72 | 48.03 | - |
| YUV | 177.56 | 124.29 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 227 | 171 | 0.63 | 0 | 0.25 | 0.11 | 156.67 | 0.72 | 0.61 |
| Hex | 53 | E3 | AB | 3F | 0 | 19 | B | 9D | 48 | 3D |
| Octal | 123 | 343 | 253 | 77 | 0 | 31 | 13 | 235 | 110 | 75 |
| Binary | 1010011 | 11100011 | 10101011 | 111111 | 0 | 11001 | 1011 | 10011101 | 1001000 | 111101 |
Color Harmonies of #53E3AB
Complementary color
Monochromatic Colors of #53E3AB
Black with #53E3AB
Text Example
Text Example
White with #53E3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E3AB; }
p { color: rgb(83,227,171); }
H1.HeaderClassName
{
color: #53E3AB;
}
.AnyTagClassName
{
color: #53E3AB;
}
</style>
background-color css
<style>
a { background-color: #53E3AB; }
a { background-color: rgb(83,227,171); }
div.DivClassName
{
background-color: #53E3AB;
}
.BgClassName
{
background-color: #53E3AB;
}
</style>
border-color css
<style>
span { border-color: #53E3AB; }
span { border-color: rgb(83,227,171); }
td.TdClassName
{
border-color: #53E3AB;
}
.TagClassName
{
border-color: #53E3AB;
}
</style>