Shades of Medium Aquamarine #53DDA4
Tints of Medium Aquamarine #53DDA4
RGB
CMYK
RGB Variations
Color information
#53DDA4 (or 0x53DDA4) is known color: Medium Aquamarine. HEX triplet: 53, DD and A4. RGB value is (83,221,164). Sum of RGB (Red+Green+Blue) = 83+221+164=468 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.74% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #53DDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DDA4 is #AC225B. Grayscale: #ADADAD. Windows color (decimal): -11280988 or 10804563. OLE color: 10804563.
HSL color Cylindrical-coordinate representation of color #53DDA4: hue angle of 155.22º 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 #53DDA4 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 221 | 164 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.13 |
| HSL | 155.22º | 0.67% | 0.6% | - |
| HSV(B) | 155.22º | 0.62% | 0.87% | - |
| XYZ | 36.12 | 56.23 | 44.07 | - |
| YUV | 173.24 | 122.78 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 221 | 164 | 0.62 | 0 | 0.26 | 0.13 | 155.22 | 0.67 | 0.6 |
| Hex | 53 | DD | A4 | 3E | 0 | 1A | D | 9B | 43 | 3C |
| Octal | 123 | 335 | 244 | 76 | 0 | 32 | 15 | 233 | 103 | 74 |
| Binary | 1010011 | 11011101 | 10100100 | 111110 | 0 | 11010 | 1101 | 10011011 | 1000011 | 111100 |
Color Harmonies of #53DDA4
Complementary color
Monochromatic Colors of #53DDA4
Black with #53DDA4
Text Example
Text Example
White with #53DDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DDA4; }
p { color: rgb(83,221,164); }
H1.HeaderClassName
{
color: #53DDA4;
}
.AnyTagClassName
{
color: #53DDA4;
}
</style>
background-color css
<style>
a { background-color: #53DDA4; }
a { background-color: rgb(83,221,164); }
div.DivClassName
{
background-color: #53DDA4;
}
.BgClassName
{
background-color: #53DDA4;
}
</style>
border-color css
<style>
span { border-color: #53DDA4; }
span { border-color: rgb(83,221,164); }
td.TdClassName
{
border-color: #53DDA4;
}
.TagClassName
{
border-color: #53DDA4;
}
</style>