Shades of Medium Aquamarine #53EBA0
Tints of Medium Aquamarine #53EBA0
RGB
CMYK
RGB Variations
Color information
#53EBA0 (or 0x53EBA0) is known color: Medium Aquamarine. HEX triplet: 53, EB and A0. RGB value is (83,235,160). Sum of RGB (Red+Green+Blue) = 83+235+160=478 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.36% from 478); Green value is 235 (92.19% from 255 or 49.16% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 235 - color contains mainly: green. Hex color #53EBA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53EBA0 is #AC145F. Grayscale: #B5B5B5. Windows color (decimal): -11277408 or 10546003. OLE color: 10546003.
HSL color Cylindrical-coordinate representation of color #53EBA0: hue angle of 150.39º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EBA0 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 235 | 160 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.08 |
| HSL | 150.39º | 0.79% | 0.62% | - |
| HSV(B) | 150.39º | 0.65% | 0.92% | - |
| XYZ | 39.62 | 63.79 | 43.48 | - |
| YUV | 181 | 116.14 | 58.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 235 | 160 | 0.65 | 0 | 0.32 | 0.08 | 150.39 | 0.79 | 0.62 |
| Hex | 53 | EB | A0 | 41 | 0 | 20 | 8 | 96 | 4F | 3E |
| Octal | 123 | 353 | 240 | 101 | 0 | 40 | 10 | 226 | 117 | 76 |
| Binary | 1010011 | 11101011 | 10100000 | 1000001 | 0 | 100000 | 1000 | 10010110 | 1001111 | 111110 |
Color Harmonies of #53EBA0
Complementary color
Monochromatic Colors of #53EBA0
Black with #53EBA0
Text Example
Text Example
White with #53EBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53EBA0; }
p { color: rgb(83,235,160); }
H1.HeaderClassName
{
color: #53EBA0;
}
.AnyTagClassName
{
color: #53EBA0;
}
</style>
background-color css
<style>
a { background-color: #53EBA0; }
a { background-color: rgb(83,235,160); }
div.DivClassName
{
background-color: #53EBA0;
}
.BgClassName
{
background-color: #53EBA0;
}
</style>
border-color css
<style>
span { border-color: #53EBA0; }
span { border-color: rgb(83,235,160); }
td.TdClassName
{
border-color: #53EBA0;
}
.TagClassName
{
border-color: #53EBA0;
}
</style>