Shades of Medium Aquamarine #53EEA6
Tints of Medium Aquamarine #53EEA6
RGB
CMYK
RGB Variations
Color information
#53EEA6 (or 0x53EEA6) is known color: Medium Aquamarine. HEX triplet: 53, EE and A6. RGB value is (83,238,166). Sum of RGB (Red+Green+Blue) = 83+238+166=487 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.04% from 487); Green value is 238 (93.36% from 255 or 48.87% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 238 - color contains mainly: green. Hex color #53EEA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53EEA6 is #AC1159. Grayscale: #B7B7B7. Windows color (decimal): -11276634 or 10939987. OLE color: 10939987.
HSL color Cylindrical-coordinate representation of color #53EEA6: hue angle of 152.13º degrees, saturation: 0.82, 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 #53EEA6 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 238 | 166 | - |
| CMYK | 0.65 | 0 | 0.30 | 0.07 |
| HSL | 152.13º | 0.82% | 0.63% | - |
| HSV(B) | 152.13º | 0.65% | 0.93% | - |
| XYZ | 41.02 | 65.74 | 46.6 | - |
| YUV | 183.45 | 118.15 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 238 | 166 | 0.65 | 0 | 0.30 | 0.07 | 152.13 | 0.82 | 0.63 |
| Hex | 53 | EE | A6 | 41 | 0 | 1E | 7 | 98 | 52 | 3F |
| Octal | 123 | 356 | 246 | 101 | 0 | 36 | 7 | 230 | 122 | 77 |
| Binary | 1010011 | 11101110 | 10100110 | 1000001 | 0 | 11110 | 111 | 10011000 | 1010010 | 111111 |
Color Harmonies of #53EEA6
Complementary color
Monochromatic Colors of #53EEA6
Black with #53EEA6
Text Example
Text Example
White with #53EEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53EEA6; }
p { color: rgb(83,238,166); }
H1.HeaderClassName
{
color: #53EEA6;
}
.AnyTagClassName
{
color: #53EEA6;
}
</style>
background-color css
<style>
a { background-color: #53EEA6; }
a { background-color: rgb(83,238,166); }
div.DivClassName
{
background-color: #53EEA6;
}
.BgClassName
{
background-color: #53EEA6;
}
</style>
border-color css
<style>
span { border-color: #53EEA6; }
span { border-color: rgb(83,238,166); }
td.TdClassName
{
border-color: #53EEA6;
}
.TagClassName
{
border-color: #53EEA6;
}
</style>