Shades of Medium Aquamarine #53D7A8
Tints of Medium Aquamarine #53D7A8
RGB
CMYK
RGB Variations
Color information
#53D7A8 (or 0x53D7A8) is known color: Medium Aquamarine. HEX triplet: 53, D7 and A8. RGB value is (83,215,168). Sum of RGB (Red+Green+Blue) = 83+215+168=466 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.81% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 215 - color contains mainly: green. Hex color #53D7A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D7A8 is #AC2857. Grayscale: #AAAAAA. Windows color (decimal): -11282520 or 11065171. OLE color: 11065171.
HSL color Cylindrical-coordinate representation of color #53D7A8: hue angle of 158.64º 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 #53D7A8 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 215 | 168 | - |
| CMYK | 0.61 | 0 | 0.22 | 0.16 |
| HSL | 158.64º | 0.62% | 0.58% | - |
| HSV(B) | 158.64º | 0.61% | 0.84% | - |
| XYZ | 34.94 | 53.27 | 45.49 | - |
| YUV | 170.17 | 126.77 | 65.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 215 | 168 | 0.61 | 0 | 0.22 | 0.16 | 158.64 | 0.62 | 0.58 |
| Hex | 53 | D7 | A8 | 3D | 0 | 16 | 10 | 9F | 3E | 3A |
| Octal | 123 | 327 | 250 | 75 | 0 | 26 | 20 | 237 | 76 | 72 |
| Binary | 1010011 | 11010111 | 10101000 | 111101 | 0 | 10110 | 10000 | 10011111 | 111110 | 111010 |
Color Harmonies of #53D7A8
Complementary color
Monochromatic Colors of #53D7A8
Black with #53D7A8
Text Example
Text Example
White with #53D7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D7A8; }
p { color: rgb(83,215,168); }
H1.HeaderClassName
{
color: #53D7A8;
}
.AnyTagClassName
{
color: #53D7A8;
}
</style>
background-color css
<style>
a { background-color: #53D7A8; }
a { background-color: rgb(83,215,168); }
div.DivClassName
{
background-color: #53D7A8;
}
.BgClassName
{
background-color: #53D7A8;
}
</style>
border-color css
<style>
span { border-color: #53D7A8; }
span { border-color: rgb(83,215,168); }
td.TdClassName
{
border-color: #53D7A8;
}
.TagClassName
{
border-color: #53D7A8;
}
</style>