Shades of Medium Aquamarine #53DBA9
Tints of Medium Aquamarine #53DBA9
RGB
CMYK
RGB Variations
Color information
#53DBA9 (or 0x53DBA9) is known color: Medium Aquamarine. HEX triplet: 53, DB and A9. RGB value is (83,219,169). Sum of RGB (Red+Green+Blue) = 83+219+169=471 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.62% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #53DBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DBA9 is #AC2456. Grayscale: #ACACAC. Windows color (decimal): -11281495 or 11131731. OLE color: 11131731.
HSL color Cylindrical-coordinate representation of color #53DBA9: hue angle of 157.94º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DBA9 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 219 | 169 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.14 |
| HSL | 157.94º | 0.65% | 0.59% | - |
| HSV(B) | 157.94º | 0.62% | 0.86% | - |
| XYZ | 36.06 | 55.37 | 46.32 | - |
| YUV | 172.64 | 125.94 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 219 | 169 | 0.62 | 0 | 0.23 | 0.14 | 157.94 | 0.65 | 0.59 |
| Hex | 53 | DB | A9 | 3E | 0 | 17 | E | 9E | 41 | 3B |
| Octal | 123 | 333 | 251 | 76 | 0 | 27 | 16 | 236 | 101 | 73 |
| Binary | 1010011 | 11011011 | 10101001 | 111110 | 0 | 10111 | 1110 | 10011110 | 1000001 | 111011 |
Color Harmonies of #53DBA9
Complementary color
Monochromatic Colors of #53DBA9
Black with #53DBA9
Text Example
Text Example
White with #53DBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DBA9; }
p { color: rgb(83,219,169); }
H1.HeaderClassName
{
color: #53DBA9;
}
.AnyTagClassName
{
color: #53DBA9;
}
</style>
background-color css
<style>
a { background-color: #53DBA9; }
a { background-color: rgb(83,219,169); }
div.DivClassName
{
background-color: #53DBA9;
}
.BgClassName
{
background-color: #53DBA9;
}
</style>
border-color css
<style>
span { border-color: #53DBA9; }
span { border-color: rgb(83,219,169); }
td.TdClassName
{
border-color: #53DBA9;
}
.TagClassName
{
border-color: #53DBA9;
}
</style>