Shades of Medium Aquamarine #52DB98
Tints of Medium Aquamarine #52DB98
RGB
CMYK
RGB Variations
Color information
#52DB98 (or 0x52DB98) is known color: Medium Aquamarine. HEX triplet: 52, DB and 98. RGB value is (82,219,152). Sum of RGB (Red+Green+Blue) = 82+219+152=453 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.10% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DB98 is #AD2467. Grayscale: #AAAAAA. Windows color (decimal): -11347048 or 10017618. OLE color: 10017618.
HSL color Cylindrical-coordinate representation of color #52DB98: hue angle of 150.66º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DB98 is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 152 | - |
| CMYK | 0.63 | 0 | 0.31 | 0.14 |
| HSL | 150.66º | 0.66% | 0.59% | - |
| HSV(B) | 150.66º | 0.63% | 0.86% | - |
| XYZ | 34.48 | 54.72 | 38.45 | - |
| YUV | 170.4 | 117.61 | 64.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 152 | 0.63 | 0 | 0.31 | 0.14 | 150.66 | 0.66 | 0.59 |
| Hex | 52 | DB | 98 | 3F | 0 | 1F | E | 97 | 42 | 3B |
| Octal | 122 | 333 | 230 | 77 | 0 | 37 | 16 | 227 | 102 | 73 |
| Binary | 1010010 | 11011011 | 10011000 | 111111 | 0 | 11111 | 1110 | 10010111 | 1000010 | 111011 |
Color Harmonies of #52DB98
Complementary color
Monochromatic Colors of #52DB98
Black with #52DB98
Text Example
Text Example
White with #52DB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DB98; }
p { color: rgb(82,219,152); }
H1.HeaderClassName
{
color: #52DB98;
}
.AnyTagClassName
{
color: #52DB98;
}
</style>
background-color css
<style>
a { background-color: #52DB98; }
a { background-color: rgb(82,219,152); }
div.DivClassName
{
background-color: #52DB98;
}
.BgClassName
{
background-color: #52DB98;
}
</style>
border-color css
<style>
span { border-color: #52DB98; }
span { border-color: rgb(82,219,152); }
td.TdClassName
{
border-color: #52DB98;
}
.TagClassName
{
border-color: #52DB98;
}
</style>