Shades of Medium Aquamarine #53E2A3
Tints of Medium Aquamarine #53E2A3
RGB
CMYK
RGB Variations
Color information
#53E2A3 (or 0x53E2A3) is known color: Medium Aquamarine. HEX triplet: 53, E2 and A3. RGB value is (83,226,163). Sum of RGB (Red+Green+Blue) = 83+226+163=472 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.58% from 472); Green value is 226 (88.67% from 255 or 47.88% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 226 - color contains mainly: green. Hex color #53E2A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53E2A3 is #AC1D5C. Grayscale: #B0B0B0. Windows color (decimal): -11279709 or 10740307. OLE color: 10740307.
HSL color Cylindrical-coordinate representation of color #53E2A3: hue angle of 153.57º degrees, saturation: 0.71, 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 #53E2A3 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 226 | 163 | - |
| CMYK | 0.63 | 0 | 0.28 | 0.11 |
| HSL | 153.57º | 0.71% | 0.61% | - |
| HSV(B) | 153.57º | 0.63% | 0.89% | - |
| XYZ | 37.37 | 58.88 | 44.04 | - |
| YUV | 176.06 | 120.62 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 226 | 163 | 0.63 | 0 | 0.28 | 0.11 | 153.57 | 0.71 | 0.61 |
| Hex | 53 | E2 | A3 | 3F | 0 | 1C | B | 9A | 47 | 3D |
| Octal | 123 | 342 | 243 | 77 | 0 | 34 | 13 | 232 | 107 | 75 |
| Binary | 1010011 | 11100010 | 10100011 | 111111 | 0 | 11100 | 1011 | 10011010 | 1000111 | 111101 |
Color Harmonies of #53E2A3
Complementary color
Monochromatic Colors of #53E2A3
Black with #53E2A3
Text Example
Text Example
White with #53E2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E2A3; }
p { color: rgb(83,226,163); }
H1.HeaderClassName
{
color: #53E2A3;
}
.AnyTagClassName
{
color: #53E2A3;
}
</style>
background-color css
<style>
a { background-color: #53E2A3; }
a { background-color: rgb(83,226,163); }
div.DivClassName
{
background-color: #53E2A3;
}
.BgClassName
{
background-color: #53E2A3;
}
</style>
border-color css
<style>
span { border-color: #53E2A3; }
span { border-color: rgb(83,226,163); }
td.TdClassName
{
border-color: #53E2A3;
}
.TagClassName
{
border-color: #53E2A3;
}
</style>