Shades of Medium Aquamarine #53EC9C
Tints of Medium Aquamarine #53EC9C
RGB
CMYK
RGB Variations
Color information
#53EC9C (or 0x53EC9C) is known color: Medium Aquamarine. HEX triplet: 53, EC and 9C. RGB value is (83,236,156). Sum of RGB (Red+Green+Blue) = 83+236+156=475 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.47% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #53EC9C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53EC9C is #AC1363. Grayscale: #B5B5B5. Windows color (decimal): -11277156 or 10284115. OLE color: 10284115.
HSL color Cylindrical-coordinate representation of color #53EC9C: hue angle of 148.63º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EC9C is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 236 | 156 | - |
| CMYK | 0.65 | 0 | 0.34 | 0.07 |
| HSL | 148.63º | 0.8% | 0.63% | - |
| HSV(B) | 148.63º | 0.65% | 0.93% | - |
| XYZ | 39.56 | 64.23 | 41.76 | - |
| YUV | 181.13 | 113.81 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 236 | 156 | 0.65 | 0 | 0.34 | 0.07 | 148.63 | 0.8 | 0.63 |
| Hex | 53 | EC | 9C | 41 | 0 | 22 | 7 | 95 | 50 | 3F |
| Octal | 123 | 354 | 234 | 101 | 0 | 42 | 7 | 225 | 120 | 77 |
| Binary | 1010011 | 11101100 | 10011100 | 1000001 | 0 | 100010 | 111 | 10010101 | 1010000 | 111111 |
Color Harmonies of #53EC9C
Complementary color
Monochromatic Colors of #53EC9C
Black with #53EC9C
Text Example
Text Example
White with #53EC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53EC9C; }
p { color: rgb(83,236,156); }
H1.HeaderClassName
{
color: #53EC9C;
}
.AnyTagClassName
{
color: #53EC9C;
}
</style>
background-color css
<style>
a { background-color: #53EC9C; }
a { background-color: rgb(83,236,156); }
div.DivClassName
{
background-color: #53EC9C;
}
.BgClassName
{
background-color: #53EC9C;
}
</style>
border-color css
<style>
span { border-color: #53EC9C; }
span { border-color: rgb(83,236,156); }
td.TdClassName
{
border-color: #53EC9C;
}
.TagClassName
{
border-color: #53EC9C;
}
</style>