Shades of Medium Aquamarine #53D7A4
Tints of Medium Aquamarine #53D7A4
RGB
CMYK
RGB Variations
Color information
#53D7A4 (or 0x53D7A4) is known color: Medium Aquamarine. HEX triplet: 53, D7 and A4. RGB value is (83,215,164). Sum of RGB (Red+Green+Blue) = 83+215+164=462 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.97% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 215 - color contains mainly: green. Hex color #53D7A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D7A4 is #AC285B. Grayscale: #A9A9A9. Windows color (decimal): -11282524 or 10803027. OLE color: 10803027.
HSL color Cylindrical-coordinate representation of color #53D7A4: hue angle of 156.82º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D7A4 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 215 | 164 | - |
| CMYK | 0.61 | 0 | 0.24 | 0.16 |
| HSL | 156.82º | 0.62% | 0.58% | - |
| HSV(B) | 156.82º | 0.61% | 0.84% | - |
| XYZ | 34.57 | 53.12 | 43.55 | - |
| YUV | 169.72 | 124.77 | 66.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 215 | 164 | 0.61 | 0 | 0.24 | 0.16 | 156.82 | 0.62 | 0.58 |
| Hex | 53 | D7 | A4 | 3D | 0 | 18 | 10 | 9D | 3E | 3A |
| Octal | 123 | 327 | 244 | 75 | 0 | 30 | 20 | 235 | 76 | 72 |
| Binary | 1010011 | 11010111 | 10100100 | 111101 | 0 | 11000 | 10000 | 10011101 | 111110 | 111010 |
Color Harmonies of #53D7A4
Complementary color
Monochromatic Colors of #53D7A4
Black with #53D7A4
Text Example
Text Example
White with #53D7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D7A4; }
p { color: rgb(83,215,164); }
H1.HeaderClassName
{
color: #53D7A4;
}
.AnyTagClassName
{
color: #53D7A4;
}
</style>
background-color css
<style>
a { background-color: #53D7A4; }
a { background-color: rgb(83,215,164); }
div.DivClassName
{
background-color: #53D7A4;
}
.BgClassName
{
background-color: #53D7A4;
}
</style>
border-color css
<style>
span { border-color: #53D7A4; }
span { border-color: rgb(83,215,164); }
td.TdClassName
{
border-color: #53D7A4;
}
.TagClassName
{
border-color: #53D7A4;
}
</style>