Shades of Medium Aquamarine #53DDAB
Tints of Medium Aquamarine #53DDAB
RGB
CMYK
RGB Variations
Color information
#53DDAB (or 0x53DDAB) is known color: Medium Aquamarine. HEX triplet: 53, DD and AB. RGB value is (83,221,171). Sum of RGB (Red+Green+Blue) = 83+221+171=475 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.47% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #53DDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DDAB is #AC2254. Grayscale: #AEAEAE. Windows color (decimal): -11280981 or 11263315. OLE color: 11263315.
HSL color Cylindrical-coordinate representation of color #53DDAB: hue angle of 158.26º 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 #53DDAB is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 221 | 171 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.13 |
| HSL | 158.26º | 0.67% | 0.6% | - |
| HSV(B) | 158.26º | 0.62% | 0.87% | - |
| XYZ | 36.77 | 56.49 | 47.49 | - |
| YUV | 174.04 | 126.28 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 221 | 171 | 0.62 | 0 | 0.23 | 0.13 | 158.26 | 0.67 | 0.6 |
| Hex | 53 | DD | AB | 3E | 0 | 17 | D | 9E | 43 | 3C |
| Octal | 123 | 335 | 253 | 76 | 0 | 27 | 15 | 236 | 103 | 74 |
| Binary | 1010011 | 11011101 | 10101011 | 111110 | 0 | 10111 | 1101 | 10011110 | 1000011 | 111100 |
Color Harmonies of #53DDAB
Complementary color
Monochromatic Colors of #53DDAB
Black with #53DDAB
Text Example
Text Example
White with #53DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DDAB; }
p { color: rgb(83,221,171); }
H1.HeaderClassName
{
color: #53DDAB;
}
.AnyTagClassName
{
color: #53DDAB;
}
</style>
background-color css
<style>
a { background-color: #53DDAB; }
a { background-color: rgb(83,221,171); }
div.DivClassName
{
background-color: #53DDAB;
}
.BgClassName
{
background-color: #53DDAB;
}
</style>
border-color css
<style>
span { border-color: #53DDAB; }
span { border-color: rgb(83,221,171); }
td.TdClassName
{
border-color: #53DDAB;
}
.TagClassName
{
border-color: #53DDAB;
}
</style>