Shades of Medium Aquamarine #53DCB9
Tints of Medium Aquamarine #53DCB9
RGB
CMYK
RGB Variations
Color information
#53DCB9 (or 0x53DCB9) is known color: Medium Aquamarine. HEX triplet: 53, DC and B9. RGB value is (83,220,185). Sum of RGB (Red+Green+Blue) = 83+220+185=488 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.01% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #53DCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DCB9 is #AC2346. Grayscale: #AFAFAF. Windows color (decimal): -11281223 or 12180563. OLE color: 12180563.
HSL color Cylindrical-coordinate representation of color #53DCB9: hue angle of 164.67º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DCB9 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 220 | 185 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.14 |
| HSL | 164.67º | 0.66% | 0.59% | - |
| HSV(B) | 164.67º | 0.62% | 0.86% | - |
| XYZ | 37.92 | 56.53 | 54.81 | - |
| YUV | 175.05 | 133.61 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 220 | 185 | 0.62 | 0 | 0.16 | 0.14 | 164.67 | 0.66 | 0.59 |
| Hex | 53 | DC | B9 | 3E | 0 | 10 | E | A5 | 42 | 3B |
| Octal | 123 | 334 | 271 | 76 | 0 | 20 | 16 | 245 | 102 | 73 |
| Binary | 1010011 | 11011100 | 10111001 | 111110 | 0 | 10000 | 1110 | 10100101 | 1000010 | 111011 |
Color Harmonies of #53DCB9
Complementary color
Monochromatic Colors of #53DCB9
Black with #53DCB9
Text Example
Text Example
White with #53DCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DCB9; }
p { color: rgb(83,220,185); }
H1.HeaderClassName
{
color: #53DCB9;
}
.AnyTagClassName
{
color: #53DCB9;
}
</style>
background-color css
<style>
a { background-color: #53DCB9; }
a { background-color: rgb(83,220,185); }
div.DivClassName
{
background-color: #53DCB9;
}
.BgClassName
{
background-color: #53DCB9;
}
</style>
border-color css
<style>
span { border-color: #53DCB9; }
span { border-color: rgb(83,220,185); }
td.TdClassName
{
border-color: #53DCB9;
}
.TagClassName
{
border-color: #53DCB9;
}
</style>