Shades of Medium Aquamarine #53E7A2
Tints of Medium Aquamarine #53E7A2
RGB
CMYK
RGB Variations
Color information
#53E7A2 (or 0x53E7A2) is known color: Medium Aquamarine. HEX triplet: 53, E7 and A2. RGB value is (83,231,162). Sum of RGB (Red+Green+Blue) = 83+231+162=476 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.44% from 476); Green value is 231 (90.62% from 255 or 48.53% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 231 - color contains mainly: green. Hex color #53E7A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53E7A2 is #AC185D. Grayscale: #B3B3B3. Windows color (decimal): -11278430 or 10676051. OLE color: 10676051.
HSL color Cylindrical-coordinate representation of color #53E7A2: hue angle of 152.03º degrees, saturation: 0.76, 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 #53E7A2 is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 231 | 162 | - |
| CMYK | 0.64 | 0 | 0.30 | 0.09 |
| HSL | 152.03º | 0.76% | 0.62% | - |
| HSV(B) | 152.03º | 0.64% | 0.91% | - |
| XYZ | 38.66 | 61.6 | 44.03 | - |
| YUV | 178.88 | 118.47 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 231 | 162 | 0.64 | 0 | 0.30 | 0.09 | 152.03 | 0.76 | 0.62 |
| Hex | 53 | E7 | A2 | 40 | 0 | 1E | 9 | 98 | 4C | 3E |
| Octal | 123 | 347 | 242 | 100 | 0 | 36 | 11 | 230 | 114 | 76 |
| Binary | 1010011 | 11100111 | 10100010 | 1000000 | 0 | 11110 | 1001 | 10011000 | 1001100 | 111110 |
Color Harmonies of #53E7A2
Complementary color
Monochromatic Colors of #53E7A2
Black with #53E7A2
Text Example
Text Example
White with #53E7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E7A2; }
p { color: rgb(83,231,162); }
H1.HeaderClassName
{
color: #53E7A2;
}
.AnyTagClassName
{
color: #53E7A2;
}
</style>
background-color css
<style>
a { background-color: #53E7A2; }
a { background-color: rgb(83,231,162); }
div.DivClassName
{
background-color: #53E7A2;
}
.BgClassName
{
background-color: #53E7A2;
}
</style>
border-color css
<style>
span { border-color: #53E7A2; }
span { border-color: rgb(83,231,162); }
td.TdClassName
{
border-color: #53E7A2;
}
.TagClassName
{
border-color: #53E7A2;
}
</style>