Shades of Medium Aquamarine #53E89E
Tints of Medium Aquamarine #53E89E
RGB
CMYK
RGB Variations
Color information
#53E89E (or 0x53E89E) is known color: Medium Aquamarine. HEX triplet: 53, E8 and 9E. RGB value is (83,232,158). Sum of RGB (Red+Green+Blue) = 83+232+158=473 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.55% from 473); Green value is 232 (91.02% from 255 or 49.05% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 232 - color contains mainly: green. Hex color #53E89E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53E89E is #AC1761. Grayscale: #B3B3B3. Windows color (decimal): -11278178 or 10414163. OLE color: 10414163.
HSL color Cylindrical-coordinate representation of color #53E89E: hue angle of 150.2º 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 #53E89E is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 232 | 158 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.09 |
| HSL | 150.2º | 0.76% | 0.62% | - |
| HSV(B) | 150.2º | 0.64% | 0.91% | - |
| XYZ | 38.6 | 62.02 | 42.28 | - |
| YUV | 179.01 | 116.14 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 232 | 158 | 0.64 | 0 | 0.32 | 0.09 | 150.2 | 0.76 | 0.62 |
| Hex | 53 | E8 | 9E | 40 | 0 | 20 | 9 | 96 | 4C | 3E |
| Octal | 123 | 350 | 236 | 100 | 0 | 40 | 11 | 226 | 114 | 76 |
| Binary | 1010011 | 11101000 | 10011110 | 1000000 | 0 | 100000 | 1001 | 10010110 | 1001100 | 111110 |
Color Harmonies of #53E89E
Complementary color
Monochromatic Colors of #53E89E
Black with #53E89E
Text Example
Text Example
White with #53E89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E89E; }
p { color: rgb(83,232,158); }
H1.HeaderClassName
{
color: #53E89E;
}
.AnyTagClassName
{
color: #53E89E;
}
</style>
background-color css
<style>
a { background-color: #53E89E; }
a { background-color: rgb(83,232,158); }
div.DivClassName
{
background-color: #53E89E;
}
.BgClassName
{
background-color: #53E89E;
}
</style>
border-color css
<style>
span { border-color: #53E89E; }
span { border-color: rgb(83,232,158); }
td.TdClassName
{
border-color: #53E89E;
}
.TagClassName
{
border-color: #53E89E;
}
</style>