Shades of Medium Aquamarine #52D598
Tints of Medium Aquamarine #52D598
RGB
CMYK
RGB Variations
Color information
#52D598 (or 0x52D598) is known color: Medium Aquamarine. HEX triplet: 52, D5 and 98. RGB value is (82,213,152). Sum of RGB (Red+Green+Blue) = 82+213+152=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 213 - color contains mainly: green. Hex color #52D598 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D598 is #AD2A67. Grayscale: #A6A6A6. Windows color (decimal): -11348584 or 10016082. OLE color: 10016082.
HSL color Cylindrical-coordinate representation of color #52D598: hue angle of 152.06º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D598 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 213 | 152 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.16 |
| HSL | 152.06º | 0.61% | 0.58% | - |
| HSV(B) | 152.06º | 0.62% | 0.84% | - |
| XYZ | 32.94 | 51.65 | 37.94 | - |
| YUV | 166.88 | 119.6 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 213 | 152 | 0.62 | 0 | 0.29 | 0.16 | 152.06 | 0.61 | 0.58 |
| Hex | 52 | D5 | 98 | 3E | 0 | 1D | 10 | 98 | 3D | 3A |
| Octal | 122 | 325 | 230 | 76 | 0 | 35 | 20 | 230 | 75 | 72 |
| Binary | 1010010 | 11010101 | 10011000 | 111110 | 0 | 11101 | 10000 | 10011000 | 111101 | 111010 |
Color Harmonies of #52D598
Complementary color
Monochromatic Colors of #52D598
Black with #52D598
Text Example
Text Example
White with #52D598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D598; }
p { color: rgb(82,213,152); }
H1.HeaderClassName
{
color: #52D598;
}
.AnyTagClassName
{
color: #52D598;
}
</style>
background-color css
<style>
a { background-color: #52D598; }
a { background-color: rgb(82,213,152); }
div.DivClassName
{
background-color: #52D598;
}
.BgClassName
{
background-color: #52D598;
}
</style>
border-color css
<style>
span { border-color: #52D598; }
span { border-color: rgb(82,213,152); }
td.TdClassName
{
border-color: #52D598;
}
.TagClassName
{
border-color: #52D598;
}
</style>