Shades of Medium Aquamarine #53DFAC
Tints of Medium Aquamarine #53DFAC
RGB
CMYK
RGB Variations
Color information
#53DFAC (or 0x53DFAC) is known color: Medium Aquamarine. HEX triplet: 53, DF and AC. RGB value is (83,223,172). Sum of RGB (Red+Green+Blue) = 83+223+172=478 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.36% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #53DFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DFAC is #AC2053. Grayscale: #AFAFAF. Windows color (decimal): -11280468 or 11329363. OLE color: 11329363.
HSL color Cylindrical-coordinate representation of color #53DFAC: hue angle of 158.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 #53DFAC is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 223 | 172 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.13 |
| HSL | 158.14º | 0.69% | 0.6% | - |
| HSV(B) | 158.14º | 0.63% | 0.87% | - |
| XYZ | 37.4 | 57.59 | 48.18 | - |
| YUV | 175.33 | 126.12 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 223 | 172 | 0.63 | 0 | 0.23 | 0.13 | 158.14 | 0.69 | 0.6 |
| Hex | 53 | DF | AC | 3F | 0 | 17 | D | 9E | 45 | 3C |
| Octal | 123 | 337 | 254 | 77 | 0 | 27 | 15 | 236 | 105 | 74 |
| Binary | 1010011 | 11011111 | 10101100 | 111111 | 0 | 10111 | 1101 | 10011110 | 1000101 | 111100 |
Color Harmonies of #53DFAC
Complementary color
Monochromatic Colors of #53DFAC
Black with #53DFAC
Text Example
Text Example
White with #53DFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DFAC; }
p { color: rgb(83,223,172); }
H1.HeaderClassName
{
color: #53DFAC;
}
.AnyTagClassName
{
color: #53DFAC;
}
</style>
background-color css
<style>
a { background-color: #53DFAC; }
a { background-color: rgb(83,223,172); }
div.DivClassName
{
background-color: #53DFAC;
}
.BgClassName
{
background-color: #53DFAC;
}
</style>
border-color css
<style>
span { border-color: #53DFAC; }
span { border-color: rgb(83,223,172); }
td.TdClassName
{
border-color: #53DFAC;
}
.TagClassName
{
border-color: #53DFAC;
}
</style>