Shades of Medium Aquamarine #53E4B1
Tints of Medium Aquamarine #53E4B1
RGB
CMYK
RGB Variations
Color information
#53E4B1 (or 0x53E4B1) is known color: Medium Aquamarine. HEX triplet: 53, E4 and B1. RGB value is (83,228,177). Sum of RGB (Red+Green+Blue) = 83+228+177=488 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.01% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 228 - color contains mainly: green. Hex color #53E4B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53E4B1 is #AC1B4E. Grayscale: #B2B2B2. Windows color (decimal): -11279183 or 11658323. OLE color: 11658323.
HSL color Cylindrical-coordinate representation of color #53E4B1: hue angle of 158.9º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53E4B1 is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 228 | 177 | - |
| CMYK | 0.64 | 0 | 0.22 | 0.11 |
| HSL | 158.9º | 0.73% | 0.61% | - |
| HSV(B) | 158.9º | 0.64% | 0.89% | - |
| XYZ | 39.25 | 60.5 | 51.2 | - |
| YUV | 178.83 | 126.96 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 228 | 177 | 0.64 | 0 | 0.22 | 0.11 | 158.9 | 0.73 | 0.61 |
| Hex | 53 | E4 | B1 | 40 | 0 | 16 | B | 9F | 49 | 3D |
| Octal | 123 | 344 | 261 | 100 | 0 | 26 | 13 | 237 | 111 | 75 |
| Binary | 1010011 | 11100100 | 10110001 | 1000000 | 0 | 10110 | 1011 | 10011111 | 1001001 | 111101 |
Color Harmonies of #53E4B1
Complementary color
Monochromatic Colors of #53E4B1
Black with #53E4B1
Text Example
Text Example
White with #53E4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E4B1; }
p { color: rgb(83,228,177); }
H1.HeaderClassName
{
color: #53E4B1;
}
.AnyTagClassName
{
color: #53E4B1;
}
</style>
background-color css
<style>
a { background-color: #53E4B1; }
a { background-color: rgb(83,228,177); }
div.DivClassName
{
background-color: #53E4B1;
}
.BgClassName
{
background-color: #53E4B1;
}
</style>
border-color css
<style>
span { border-color: #53E4B1; }
span { border-color: rgb(83,228,177); }
td.TdClassName
{
border-color: #53E4B1;
}
.TagClassName
{
border-color: #53E4B1;
}
</style>