Shades of Medium Aquamarine #53D89B
Tints of Medium Aquamarine #53D89B
RGB
CMYK
RGB Variations
Color information
#53D89B (or 0x53D89B) is known color: Medium Aquamarine. HEX triplet: 53, D8 and 9B. RGB value is (83,216,155). Sum of RGB (Red+Green+Blue) = 83+216+155=454 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.28% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 216 - color contains mainly: green. Hex color #53D89B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D89B is #AC2764. Grayscale: #A9A9A9. Windows color (decimal): -11282277 or 10213459. OLE color: 10213459.
HSL color Cylindrical-coordinate representation of color #53D89B: hue angle of 152.48º 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 #53D89B is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 216 | 155 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.15 |
| HSL | 152.48º | 0.63% | 0.59% | - |
| HSV(B) | 152.48º | 0.62% | 0.85% | - |
| XYZ | 34.04 | 53.32 | 39.51 | - |
| YUV | 169.28 | 119.94 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 216 | 155 | 0.62 | 0 | 0.28 | 0.15 | 152.48 | 0.63 | 0.59 |
| Hex | 53 | D8 | 9B | 3E | 0 | 1C | F | 98 | 3F | 3B |
| Octal | 123 | 330 | 233 | 76 | 0 | 34 | 17 | 230 | 77 | 73 |
| Binary | 1010011 | 11011000 | 10011011 | 111110 | 0 | 11100 | 1111 | 10011000 | 111111 | 111011 |
Color Harmonies of #53D89B
Complementary color
Monochromatic Colors of #53D89B
Black with #53D89B
Text Example
Text Example
White with #53D89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D89B; }
p { color: rgb(83,216,155); }
H1.HeaderClassName
{
color: #53D89B;
}
.AnyTagClassName
{
color: #53D89B;
}
</style>
background-color css
<style>
a { background-color: #53D89B; }
a { background-color: rgb(83,216,155); }
div.DivClassName
{
background-color: #53D89B;
}
.BgClassName
{
background-color: #53D89B;
}
</style>
border-color css
<style>
span { border-color: #53D89B; }
span { border-color: rgb(83,216,155); }
td.TdClassName
{
border-color: #53D89B;
}
.TagClassName
{
border-color: #53D89B;
}
</style>