Shades of Medium Aquamarine #53DCB6
Tints of Medium Aquamarine #53DCB6
RGB
CMYK
RGB Variations
Color information
#53DCB6 (or 0x53DCB6) is known color: Medium Aquamarine. HEX triplet: 53, DC and B6. RGB value is (83,220,182). Sum of RGB (Red+Green+Blue) = 83+220+182=485 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.11% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #53DCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DCB6 is #AC2349. Grayscale: #AEAEAE. Windows color (decimal): -11281226 or 11983955. OLE color: 11983955.
HSL color Cylindrical-coordinate representation of color #53DCB6: hue angle of 163.36º 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 #53DCB6 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 220 | 182 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.14 |
| HSL | 163.36º | 0.66% | 0.59% | - |
| HSV(B) | 163.36º | 0.62% | 0.86% | - |
| XYZ | 37.6 | 56.4 | 53.16 | - |
| YUV | 174.71 | 132.11 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 220 | 182 | 0.62 | 0 | 0.17 | 0.14 | 163.36 | 0.66 | 0.59 |
| Hex | 53 | DC | B6 | 3E | 0 | 11 | E | A3 | 42 | 3B |
| Octal | 123 | 334 | 266 | 76 | 0 | 21 | 16 | 243 | 102 | 73 |
| Binary | 1010011 | 11011100 | 10110110 | 111110 | 0 | 10001 | 1110 | 10100011 | 1000010 | 111011 |
Color Harmonies of #53DCB6
Complementary color
Monochromatic Colors of #53DCB6
Black with #53DCB6
Text Example
Text Example
White with #53DCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DCB6; }
p { color: rgb(83,220,182); }
H1.HeaderClassName
{
color: #53DCB6;
}
.AnyTagClassName
{
color: #53DCB6;
}
</style>
background-color css
<style>
a { background-color: #53DCB6; }
a { background-color: rgb(83,220,182); }
div.DivClassName
{
background-color: #53DCB6;
}
.BgClassName
{
background-color: #53DCB6;
}
</style>
border-color css
<style>
span { border-color: #53DCB6; }
span { border-color: rgb(83,220,182); }
td.TdClassName
{
border-color: #53DCB6;
}
.TagClassName
{
border-color: #53DCB6;
}
</style>