Shades of Medium Aquamarine #53E89F
Tints of Medium Aquamarine #53E89F
RGB
CMYK
RGB Variations
Color information
#53E89F (or 0x53E89F) is known color: Medium Aquamarine. HEX triplet: 53, E8 and 9F. RGB value is (83,232,159). Sum of RGB (Red+Green+Blue) = 83+232+159=474 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.51% from 474); Green value is 232 (91.02% from 255 or 48.95% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 232 - color contains mainly: green. Hex color #53E89F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53E89F is #AC1760. Grayscale: #B3B3B3. Windows color (decimal): -11278177 or 10479699. OLE color: 10479699.
HSL color Cylindrical-coordinate representation of color #53E89F: hue angle of 150.6º 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 #53E89F is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 232 | 159 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.09 |
| HSL | 150.6º | 0.76% | 0.62% | - |
| HSV(B) | 150.6º | 0.64% | 0.91% | - |
| XYZ | 38.68 | 62.06 | 42.74 | - |
| YUV | 179.13 | 116.64 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 232 | 159 | 0.64 | 0 | 0.31 | 0.09 | 150.6 | 0.76 | 0.62 |
| Hex | 53 | E8 | 9F | 40 | 0 | 1F | 9 | 97 | 4C | 3E |
| Octal | 123 | 350 | 237 | 100 | 0 | 37 | 11 | 227 | 114 | 76 |
| Binary | 1010011 | 11101000 | 10011111 | 1000000 | 0 | 11111 | 1001 | 10010111 | 1001100 | 111110 |
Color Harmonies of #53E89F
Complementary color
Monochromatic Colors of #53E89F
Black with #53E89F
Text Example
Text Example
White with #53E89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E89F; }
p { color: rgb(83,232,159); }
H1.HeaderClassName
{
color: #53E89F;
}
.AnyTagClassName
{
color: #53E89F;
}
</style>
background-color css
<style>
a { background-color: #53E89F; }
a { background-color: rgb(83,232,159); }
div.DivClassName
{
background-color: #53E89F;
}
.BgClassName
{
background-color: #53E89F;
}
</style>
border-color css
<style>
span { border-color: #53E89F; }
span { border-color: rgb(83,232,159); }
td.TdClassName
{
border-color: #53E89F;
}
.TagClassName
{
border-color: #53E89F;
}
</style>