Shades of Medium Aquamarine #53E9AC
Tints of Medium Aquamarine #53E9AC
RGB
CMYK
RGB Variations
Color information
#53E9AC (or 0x53E9AC) is known color: Medium Aquamarine. HEX triplet: 53, E9 and AC. RGB value is (83,233,172). Sum of RGB (Red+Green+Blue) = 83+233+172=488 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.01% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 233 - color contains mainly: green. Hex color #53E9AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53E9AC is #AC1653. Grayscale: #B5B5B5. Windows color (decimal): -11277908 or 11331923. OLE color: 11331923.
HSL color Cylindrical-coordinate representation of color #53E9AC: hue angle of 155.6º degrees, saturation: 0.77, 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 #53E9AC is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 233 | 172 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.09 |
| HSL | 155.6º | 0.77% | 0.62% | - |
| HSV(B) | 155.6º | 0.64% | 0.91% | - |
| XYZ | 40.15 | 63.1 | 49.09 | - |
| YUV | 181.2 | 122.81 | 57.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 233 | 172 | 0.64 | 0 | 0.26 | 0.09 | 155.6 | 0.77 | 0.62 |
| Hex | 53 | E9 | AC | 40 | 0 | 1A | 9 | 9C | 4D | 3E |
| Octal | 123 | 351 | 254 | 100 | 0 | 32 | 11 | 234 | 115 | 76 |
| Binary | 1010011 | 11101001 | 10101100 | 1000000 | 0 | 11010 | 1001 | 10011100 | 1001101 | 111110 |
Color Harmonies of #53E9AC
Complementary color
Monochromatic Colors of #53E9AC
Black with #53E9AC
Text Example
Text Example
White with #53E9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E9AC; }
p { color: rgb(83,233,172); }
H1.HeaderClassName
{
color: #53E9AC;
}
.AnyTagClassName
{
color: #53E9AC;
}
</style>
background-color css
<style>
a { background-color: #53E9AC; }
a { background-color: rgb(83,233,172); }
div.DivClassName
{
background-color: #53E9AC;
}
.BgClassName
{
background-color: #53E9AC;
}
</style>
border-color css
<style>
span { border-color: #53E9AC; }
span { border-color: rgb(83,233,172); }
td.TdClassName
{
border-color: #53E9AC;
}
.TagClassName
{
border-color: #53E9AC;
}
</style>