Shades of Medium Aquamarine #53D598
Tints of Medium Aquamarine #53D598
RGB
CMYK
RGB Variations
Color information
#53D598 (or 0x53D598) is known color: Medium Aquamarine. HEX triplet: 53, D5 and 98. RGB value is (83,213,152). Sum of RGB (Red+Green+Blue) = 83+213+152=448 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.53% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 152 (59.77% from 255 or 33.93% from 448); Max value from RGB is 213 - color contains mainly: green. Hex color #53D598 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D598 is #AC2A67. Grayscale: #A7A7A7. Windows color (decimal): -11283048 or 10016083. OLE color: 10016083.
HSL color Cylindrical-coordinate representation of color #53D598: hue angle of 151.85º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D598 is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 213 | 152 | - |
| CMYK | 0.61 | 0 | 0.29 | 0.16 |
| HSL | 151.85º | 0.61% | 0.58% | - |
| HSV(B) | 151.85º | 0.61% | 0.84% | - |
| XYZ | 33.03 | 51.69 | 37.94 | - |
| YUV | 167.18 | 119.43 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 213 | 152 | 0.61 | 0 | 0.29 | 0.16 | 151.85 | 0.61 | 0.58 |
| Hex | 53 | D5 | 98 | 3D | 0 | 1D | 10 | 98 | 3D | 3A |
| Octal | 123 | 325 | 230 | 75 | 0 | 35 | 20 | 230 | 75 | 72 |
| Binary | 1010011 | 11010101 | 10011000 | 111101 | 0 | 11101 | 10000 | 10011000 | 111101 | 111010 |
Color Harmonies of #53D598
Complementary color
Monochromatic Colors of #53D598
Black with #53D598
Text Example
Text Example
White with #53D598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D598; }
p { color: rgb(83,213,152); }
H1.HeaderClassName
{
color: #53D598;
}
.AnyTagClassName
{
color: #53D598;
}
</style>
background-color css
<style>
a { background-color: #53D598; }
a { background-color: rgb(83,213,152); }
div.DivClassName
{
background-color: #53D598;
}
.BgClassName
{
background-color: #53D598;
}
</style>
border-color css
<style>
span { border-color: #53D598; }
span { border-color: rgb(83,213,152); }
td.TdClassName
{
border-color: #53D598;
}
.TagClassName
{
border-color: #53D598;
}
</style>