Shades of Medium Aquamarine #53DF9E
Tints of Medium Aquamarine #53DF9E
RGB
CMYK
RGB Variations
Color information
#53DF9E (or 0x53DF9E) is known color: Medium Aquamarine. HEX triplet: 53, DF and 9E. RGB value is (83,223,158). Sum of RGB (Red+Green+Blue) = 83+223+158=464 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.89% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #53DF9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DF9E is #AC2061. Grayscale: #ADADAD. Windows color (decimal): -11280482 or 10411859. OLE color: 10411859.
HSL color Cylindrical-coordinate representation of color #53DF9E: hue angle of 152.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53DF9E is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 223 | 158 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.13 |
| HSL | 152.14º | 0.69% | 0.6% | - |
| HSV(B) | 152.14º | 0.63% | 0.87% | - |
| XYZ | 36.13 | 57.08 | 41.46 | - |
| YUV | 173.73 | 119.12 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 223 | 158 | 0.63 | 0 | 0.29 | 0.13 | 152.14 | 0.69 | 0.6 |
| Hex | 53 | DF | 9E | 3F | 0 | 1D | D | 98 | 45 | 3C |
| Octal | 123 | 337 | 236 | 77 | 0 | 35 | 15 | 230 | 105 | 74 |
| Binary | 1010011 | 11011111 | 10011110 | 111111 | 0 | 11101 | 1101 | 10011000 | 1000101 | 111100 |
Color Harmonies of #53DF9E
Complementary color
Monochromatic Colors of #53DF9E
Black with #53DF9E
Text Example
Text Example
White with #53DF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DF9E; }
p { color: rgb(83,223,158); }
H1.HeaderClassName
{
color: #53DF9E;
}
.AnyTagClassName
{
color: #53DF9E;
}
</style>
background-color css
<style>
a { background-color: #53DF9E; }
a { background-color: rgb(83,223,158); }
div.DivClassName
{
background-color: #53DF9E;
}
.BgClassName
{
background-color: #53DF9E;
}
</style>
border-color css
<style>
span { border-color: #53DF9E; }
span { border-color: rgb(83,223,158); }
td.TdClassName
{
border-color: #53DF9E;
}
.TagClassName
{
border-color: #53DF9E;
}
</style>