Shades of Medium Aquamarine #53D8A8
Tints of Medium Aquamarine #53D8A8
RGB
CMYK
RGB Variations
Color information
#53D8A8 (or 0x53D8A8) is known color: Medium Aquamarine. HEX triplet: 53, D8 and A8. RGB value is (83,216,168). Sum of RGB (Red+Green+Blue) = 83+216+168=467 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.77% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #53D8A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D8A8 is #AC2757. Grayscale: #AAAAAA. Windows color (decimal): -11282264 or 11065427. OLE color: 11065427.
HSL color Cylindrical-coordinate representation of color #53D8A8: hue angle of 158.35º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53D8A8 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 216 | 168 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.15 |
| HSL | 158.35º | 0.63% | 0.59% | - |
| HSV(B) | 158.35º | 0.62% | 0.85% | - |
| XYZ | 35.19 | 53.78 | 45.57 | - |
| YUV | 170.76 | 126.44 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 216 | 168 | 0.62 | 0 | 0.22 | 0.15 | 158.35 | 0.63 | 0.59 |
| Hex | 53 | D8 | A8 | 3E | 0 | 16 | F | 9E | 3F | 3B |
| Octal | 123 | 330 | 250 | 76 | 0 | 26 | 17 | 236 | 77 | 73 |
| Binary | 1010011 | 11011000 | 10101000 | 111110 | 0 | 10110 | 1111 | 10011110 | 111111 | 111011 |
Color Harmonies of #53D8A8
Complementary color
Monochromatic Colors of #53D8A8
Black with #53D8A8
Text Example
Text Example
White with #53D8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D8A8; }
p { color: rgb(83,216,168); }
H1.HeaderClassName
{
color: #53D8A8;
}
.AnyTagClassName
{
color: #53D8A8;
}
</style>
background-color css
<style>
a { background-color: #53D8A8; }
a { background-color: rgb(83,216,168); }
div.DivClassName
{
background-color: #53D8A8;
}
.BgClassName
{
background-color: #53D8A8;
}
</style>
border-color css
<style>
span { border-color: #53D8A8; }
span { border-color: rgb(83,216,168); }
td.TdClassName
{
border-color: #53D8A8;
}
.TagClassName
{
border-color: #53D8A8;
}
</style>