Shades of Medium Aquamarine #53EBA6
Tints of Medium Aquamarine #53EBA6
RGB
CMYK
RGB Variations
Color information
#53EBA6 (or 0x53EBA6) is known color: Medium Aquamarine. HEX triplet: 53, EB and A6. RGB value is (83,235,166). Sum of RGB (Red+Green+Blue) = 83+235+166=484 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.15% from 484); Green value is 235 (92.19% from 255 or 48.55% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 235 - color contains mainly: green. Hex color #53EBA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53EBA6 is #AC1459. Grayscale: #B5B5B5. Windows color (decimal): -11277402 or 10939219. OLE color: 10939219.
HSL color Cylindrical-coordinate representation of color #53EBA6: hue angle of 152.76º 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 #53EBA6 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 235 | 166 | - |
| CMYK | 0.65 | 0 | 0.29 | 0.08 |
| HSL | 152.76º | 0.79% | 0.62% | - |
| HSV(B) | 152.76º | 0.65% | 0.92% | - |
| XYZ | 40.16 | 64.01 | 46.31 | - |
| YUV | 181.69 | 119.14 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 235 | 166 | 0.65 | 0 | 0.29 | 0.08 | 152.76 | 0.79 | 0.62 |
| Hex | 53 | EB | A6 | 41 | 0 | 1D | 8 | 99 | 4F | 3E |
| Octal | 123 | 353 | 246 | 101 | 0 | 35 | 10 | 231 | 117 | 76 |
| Binary | 1010011 | 11101011 | 10100110 | 1000001 | 0 | 11101 | 1000 | 10011001 | 1001111 | 111110 |
Color Harmonies of #53EBA6
Complementary color
Monochromatic Colors of #53EBA6
Black with #53EBA6
Text Example
Text Example
White with #53EBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53EBA6; }
p { color: rgb(83,235,166); }
H1.HeaderClassName
{
color: #53EBA6;
}
.AnyTagClassName
{
color: #53EBA6;
}
</style>
background-color css
<style>
a { background-color: #53EBA6; }
a { background-color: rgb(83,235,166); }
div.DivClassName
{
background-color: #53EBA6;
}
.BgClassName
{
background-color: #53EBA6;
}
</style>
border-color css
<style>
span { border-color: #53EBA6; }
span { border-color: rgb(83,235,166); }
td.TdClassName
{
border-color: #53EBA6;
}
.TagClassName
{
border-color: #53EBA6;
}
</style>