Shades of Medium Aquamarine #53E0A6
Tints of Medium Aquamarine #53E0A6
RGB
CMYK
RGB Variations
Color information
#53E0A6 (or 0x53E0A6) is known color: Medium Aquamarine. HEX triplet: 53, E0 and A6. RGB value is (83,224,166). Sum of RGB (Red+Green+Blue) = 83+224+166=473 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.55% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 224 - color contains mainly: green. Hex color #53E0A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53E0A6 is #AC1F59. Grayscale: #AFAFAF. Windows color (decimal): -11280218 or 10936403. OLE color: 10936403.
HSL color Cylindrical-coordinate representation of color #53E0A6: hue angle of 155.32º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53E0A6 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 224 | 166 | - |
| CMYK | 0.63 | 0 | 0.26 | 0.12 |
| HSL | 155.32º | 0.69% | 0.6% | - |
| HSV(B) | 155.32º | 0.63% | 0.88% | - |
| XYZ | 37.11 | 57.9 | 45.3 | - |
| YUV | 175.23 | 122.79 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 224 | 166 | 0.63 | 0 | 0.26 | 0.12 | 155.32 | 0.69 | 0.6 |
| Hex | 53 | E0 | A6 | 3F | 0 | 1A | C | 9B | 45 | 3C |
| Octal | 123 | 340 | 246 | 77 | 0 | 32 | 14 | 233 | 105 | 74 |
| Binary | 1010011 | 11100000 | 10100110 | 111111 | 0 | 11010 | 1100 | 10011011 | 1000101 | 111100 |
Color Harmonies of #53E0A6
Complementary color
Monochromatic Colors of #53E0A6
Black with #53E0A6
Text Example
Text Example
White with #53E0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E0A6; }
p { color: rgb(83,224,166); }
H1.HeaderClassName
{
color: #53E0A6;
}
.AnyTagClassName
{
color: #53E0A6;
}
</style>
background-color css
<style>
a { background-color: #53E0A6; }
a { background-color: rgb(83,224,166); }
div.DivClassName
{
background-color: #53E0A6;
}
.BgClassName
{
background-color: #53E0A6;
}
</style>
border-color css
<style>
span { border-color: #53E0A6; }
span { border-color: rgb(83,224,166); }
td.TdClassName
{
border-color: #53E0A6;
}
.TagClassName
{
border-color: #53E0A6;
}
</style>