Shades of Medium Aquamarine #53D89C
Tints of Medium Aquamarine #53D89C
RGB
CMYK
RGB Variations
Color information
#53D89C (or 0x53D89C) is known color: Medium Aquamarine. HEX triplet: 53, D8 and 9C. RGB value is (83,216,156). Sum of RGB (Red+Green+Blue) = 83+216+156=455 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.24% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 216 - color contains mainly: green. Hex color #53D89C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D89C is #AC2763. Grayscale: #A9A9A9. Windows color (decimal): -11282276 or 10278995. OLE color: 10278995.
HSL color Cylindrical-coordinate representation of color #53D89C: hue angle of 152.93º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53D89C is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 216 | 156 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.15 |
| HSL | 152.93º | 0.63% | 0.59% | - |
| HSV(B) | 152.93º | 0.62% | 0.85% | - |
| XYZ | 34.12 | 53.35 | 39.95 | - |
| YUV | 169.39 | 120.44 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 216 | 156 | 0.62 | 0 | 0.28 | 0.15 | 152.93 | 0.63 | 0.59 |
| Hex | 53 | D8 | 9C | 3E | 0 | 1C | F | 99 | 3F | 3B |
| Octal | 123 | 330 | 234 | 76 | 0 | 34 | 17 | 231 | 77 | 73 |
| Binary | 1010011 | 11011000 | 10011100 | 111110 | 0 | 11100 | 1111 | 10011001 | 111111 | 111011 |
Color Harmonies of #53D89C
Complementary color
Monochromatic Colors of #53D89C
Black with #53D89C
Text Example
Text Example
White with #53D89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D89C; }
p { color: rgb(83,216,156); }
H1.HeaderClassName
{
color: #53D89C;
}
.AnyTagClassName
{
color: #53D89C;
}
</style>
background-color css
<style>
a { background-color: #53D89C; }
a { background-color: rgb(83,216,156); }
div.DivClassName
{
background-color: #53D89C;
}
.BgClassName
{
background-color: #53D89C;
}
</style>
border-color css
<style>
span { border-color: #53D89C; }
span { border-color: rgb(83,216,156); }
td.TdClassName
{
border-color: #53D89C;
}
.TagClassName
{
border-color: #53D89C;
}
</style>