Shades of Medium Aquamarine #53DFAB
Tints of Medium Aquamarine #53DFAB
RGB
CMYK
RGB Variations
Color information
#53DFAB (or 0x53DFAB) is known color: Medium Aquamarine. HEX triplet: 53, DF and AB. RGB value is (83,223,171). Sum of RGB (Red+Green+Blue) = 83+223+171=477 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.40% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 223 - color contains mainly: green. Hex color #53DFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DFAB is #AC2054. Grayscale: #AFAFAF. Windows color (decimal): -11280469 or 11263827. OLE color: 11263827.
HSL color Cylindrical-coordinate representation of color #53DFAB: hue angle of 157.71º 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 #53DFAB is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 223 | 171 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.13 |
| HSL | 157.71º | 0.69% | 0.6% | - |
| HSV(B) | 157.71º | 0.63% | 0.87% | - |
| XYZ | 37.31 | 57.55 | 47.67 | - |
| YUV | 175.21 | 125.62 | 62.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 223 | 171 | 0.63 | 0 | 0.23 | 0.13 | 157.71 | 0.69 | 0.6 |
| Hex | 53 | DF | AB | 3F | 0 | 17 | D | 9E | 45 | 3C |
| Octal | 123 | 337 | 253 | 77 | 0 | 27 | 15 | 236 | 105 | 74 |
| Binary | 1010011 | 11011111 | 10101011 | 111111 | 0 | 10111 | 1101 | 10011110 | 1000101 | 111100 |
Color Harmonies of #53DFAB
Complementary color
Monochromatic Colors of #53DFAB
Black with #53DFAB
Text Example
Text Example
White with #53DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DFAB; }
p { color: rgb(83,223,171); }
H1.HeaderClassName
{
color: #53DFAB;
}
.AnyTagClassName
{
color: #53DFAB;
}
</style>
background-color css
<style>
a { background-color: #53DFAB; }
a { background-color: rgb(83,223,171); }
div.DivClassName
{
background-color: #53DFAB;
}
.BgClassName
{
background-color: #53DFAB;
}
</style>
border-color css
<style>
span { border-color: #53DFAB; }
span { border-color: rgb(83,223,171); }
td.TdClassName
{
border-color: #53DFAB;
}
.TagClassName
{
border-color: #53DFAB;
}
</style>