Shades of Medium Aquamarine #53DDA0
Tints of Medium Aquamarine #53DDA0
RGB
CMYK
RGB Variations
Color information
#53DDA0 (or 0x53DDA0) is known color: Medium Aquamarine. HEX triplet: 53, DD and A0. RGB value is (83,221,160). Sum of RGB (Red+Green+Blue) = 83+221+160=464 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.89% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #53DDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DDA0 is #AC225F. Grayscale: #ACACAC. Windows color (decimal): -11280992 or 10542419. OLE color: 10542419.
HSL color Cylindrical-coordinate representation of color #53DDA0: hue angle of 153.48º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DDA0 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 221 | 160 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.13 |
| HSL | 153.48º | 0.67% | 0.6% | - |
| HSV(B) | 153.48º | 0.62% | 0.87% | - |
| XYZ | 35.77 | 56.09 | 42.2 | - |
| YUV | 172.78 | 120.78 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 221 | 160 | 0.62 | 0 | 0.28 | 0.13 | 153.48 | 0.67 | 0.6 |
| Hex | 53 | DD | A0 | 3E | 0 | 1C | D | 99 | 43 | 3C |
| Octal | 123 | 335 | 240 | 76 | 0 | 34 | 15 | 231 | 103 | 74 |
| Binary | 1010011 | 11011101 | 10100000 | 111110 | 0 | 11100 | 1101 | 10011001 | 1000011 | 111100 |
Color Harmonies of #53DDA0
Complementary color
Monochromatic Colors of #53DDA0
Black with #53DDA0
Text Example
Text Example
White with #53DDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DDA0; }
p { color: rgb(83,221,160); }
H1.HeaderClassName
{
color: #53DDA0;
}
.AnyTagClassName
{
color: #53DDA0;
}
</style>
background-color css
<style>
a { background-color: #53DDA0; }
a { background-color: rgb(83,221,160); }
div.DivClassName
{
background-color: #53DDA0;
}
.BgClassName
{
background-color: #53DDA0;
}
</style>
border-color css
<style>
span { border-color: #53DDA0; }
span { border-color: rgb(83,221,160); }
td.TdClassName
{
border-color: #53DDA0;
}
.TagClassName
{
border-color: #53DDA0;
}
</style>