Shades of Medium Aquamarine #53DCAC
Tints of Medium Aquamarine #53DCAC
RGB
CMYK
RGB Variations
Color information
#53DCAC (or 0x53DCAC) is known color: Medium Aquamarine. HEX triplet: 53, DC and AC. RGB value is (83,220,172). Sum of RGB (Red+Green+Blue) = 83+220+172=475 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.47% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #53DCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DCAC is #AC2353. Grayscale: #ADADAD. Windows color (decimal): -11281236 or 11328595. OLE color: 11328595.
HSL color Cylindrical-coordinate representation of color #53DCAC: hue angle of 158.98º 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 #53DCAC is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 220 | 172 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.14 |
| HSL | 158.98º | 0.66% | 0.59% | - |
| HSV(B) | 158.98º | 0.62% | 0.86% | - |
| XYZ | 36.61 | 56 | 47.91 | - |
| YUV | 173.57 | 127.11 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 220 | 172 | 0.62 | 0 | 0.22 | 0.14 | 158.98 | 0.66 | 0.59 |
| Hex | 53 | DC | AC | 3E | 0 | 16 | E | 9F | 42 | 3B |
| Octal | 123 | 334 | 254 | 76 | 0 | 26 | 16 | 237 | 102 | 73 |
| Binary | 1010011 | 11011100 | 10101100 | 111110 | 0 | 10110 | 1110 | 10011111 | 1000010 | 111011 |
Color Harmonies of #53DCAC
Complementary color
Monochromatic Colors of #53DCAC
Black with #53DCAC
Text Example
Text Example
White with #53DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DCAC; }
p { color: rgb(83,220,172); }
H1.HeaderClassName
{
color: #53DCAC;
}
.AnyTagClassName
{
color: #53DCAC;
}
</style>
background-color css
<style>
a { background-color: #53DCAC; }
a { background-color: rgb(83,220,172); }
div.DivClassName
{
background-color: #53DCAC;
}
.BgClassName
{
background-color: #53DCAC;
}
</style>
border-color css
<style>
span { border-color: #53DCAC; }
span { border-color: rgb(83,220,172); }
td.TdClassName
{
border-color: #53DCAC;
}
.TagClassName
{
border-color: #53DCAC;
}
</style>