Shades of Medium Aquamarine #53DDA3
Tints of Medium Aquamarine #53DDA3
RGB
CMYK
RGB Variations
Color information
#53DDA3 (or 0x53DDA3) is known color: Medium Aquamarine. HEX triplet: 53, DD and A3. RGB value is (83,221,163). Sum of RGB (Red+Green+Blue) = 83+221+163=467 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.77% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #53DDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DDA3 is #AC225C. Grayscale: #ADADAD. Windows color (decimal): -11280989 or 10739027. OLE color: 10739027.
HSL color Cylindrical-coordinate representation of color #53DDA3: hue angle of 154.78º 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 #53DDA3 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 221 | 163 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.13 |
| HSL | 154.78º | 0.67% | 0.6% | - |
| HSV(B) | 154.78º | 0.62% | 0.87% | - |
| XYZ | 36.03 | 56.2 | 43.6 | - |
| YUV | 173.13 | 122.28 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 221 | 163 | 0.62 | 0 | 0.26 | 0.13 | 154.78 | 0.67 | 0.6 |
| Hex | 53 | DD | A3 | 3E | 0 | 1A | D | 9B | 43 | 3C |
| Octal | 123 | 335 | 243 | 76 | 0 | 32 | 15 | 233 | 103 | 74 |
| Binary | 1010011 | 11011101 | 10100011 | 111110 | 0 | 11010 | 1101 | 10011011 | 1000011 | 111100 |
Color Harmonies of #53DDA3
Complementary color
Monochromatic Colors of #53DDA3
Black with #53DDA3
Text Example
Text Example
White with #53DDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DDA3; }
p { color: rgb(83,221,163); }
H1.HeaderClassName
{
color: #53DDA3;
}
.AnyTagClassName
{
color: #53DDA3;
}
</style>
background-color css
<style>
a { background-color: #53DDA3; }
a { background-color: rgb(83,221,163); }
div.DivClassName
{
background-color: #53DDA3;
}
.BgClassName
{
background-color: #53DDA3;
}
</style>
border-color css
<style>
span { border-color: #53DDA3; }
span { border-color: rgb(83,221,163); }
td.TdClassName
{
border-color: #53DDA3;
}
.TagClassName
{
border-color: #53DDA3;
}
</style>