Shades of Medium Aquamarine #53E1B9
Tints of Medium Aquamarine #53E1B9
RGB
CMYK
RGB Variations
Color information
#53E1B9 (or 0x53E1B9) is known color: Medium Aquamarine. HEX triplet: 53, E1 and B9. RGB value is (83,225,185). Sum of RGB (Red+Green+Blue) = 83+225+185=493 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.84% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 185 (72.66% from 255 or 37.53% from 493); Max value from RGB is 225 - color contains mainly: green. Hex color #53E1B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53E1B9 is #AC1E46. Grayscale: #B2B2B2. Windows color (decimal): -11279943 or 12181843. OLE color: 12181843.
HSL color Cylindrical-coordinate representation of color #53E1B9: hue angle of 163.1º degrees, saturation: 0.7, 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 #53E1B9 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 225 | 185 | - |
| CMYK | 0.63 | 0 | 0.18 | 0.12 |
| HSL | 163.1º | 0.7% | 0.6% | - |
| HSV(B) | 163.1º | 0.63% | 0.88% | - |
| XYZ | 39.25 | 59.19 | 55.26 | - |
| YUV | 177.98 | 131.96 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 225 | 185 | 0.63 | 0 | 0.18 | 0.12 | 163.1 | 0.7 | 0.6 |
| Hex | 53 | E1 | B9 | 3F | 0 | 12 | C | A3 | 46 | 3C |
| Octal | 123 | 341 | 271 | 77 | 0 | 22 | 14 | 243 | 106 | 74 |
| Binary | 1010011 | 11100001 | 10111001 | 111111 | 0 | 10010 | 1100 | 10100011 | 1000110 | 111100 |
Color Harmonies of #53E1B9
Complementary color
Monochromatic Colors of #53E1B9
Black with #53E1B9
Text Example
Text Example
White with #53E1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E1B9; }
p { color: rgb(83,225,185); }
H1.HeaderClassName
{
color: #53E1B9;
}
.AnyTagClassName
{
color: #53E1B9;
}
</style>
background-color css
<style>
a { background-color: #53E1B9; }
a { background-color: rgb(83,225,185); }
div.DivClassName
{
background-color: #53E1B9;
}
.BgClassName
{
background-color: #53E1B9;
}
</style>
border-color css
<style>
span { border-color: #53E1B9; }
span { border-color: rgb(83,225,185); }
td.TdClassName
{
border-color: #53E1B9;
}
.TagClassName
{
border-color: #53E1B9;
}
</style>