Shades of Emerald #52DB8A
Tints of Emerald #52DB8A
RGB
CMYK
RGB Variations
Color information
#52DB8A (or 0x52DB8A) is known color: Emerald. HEX triplet: 52, DB and 8A. RGB value is (82,219,138). Sum of RGB (Red+Green+Blue) = 82+219+138=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DB8A is #AD2475. Grayscale: #A8A8A8. Windows color (decimal): -11347062 or 9100114. OLE color: 9100114.
HSL color Cylindrical-coordinate representation of color #52DB8A: hue angle of 144.53º 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 #52DB8A is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 138 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.14 |
| HSL | 144.53º | 0.66% | 0.59% | - |
| HSV(B) | 144.53º | 0.63% | 0.86% | - |
| XYZ | 33.4 | 54.29 | 32.76 | - |
| YUV | 168.8 | 110.61 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 138 | 0.63 | 0 | 0.37 | 0.14 | 144.53 | 0.66 | 0.59 |
| Hex | 52 | DB | 8A | 3F | 0 | 25 | E | 91 | 42 | 3B |
| Octal | 122 | 333 | 212 | 77 | 0 | 45 | 16 | 221 | 102 | 73 |
| Binary | 1010010 | 11011011 | 10001010 | 111111 | 0 | 100101 | 1110 | 10010001 | 1000010 | 111011 |
Color Harmonies of #52DB8A
Complementary color
Monochromatic Colors of #52DB8A
Black with #52DB8A
Text Example
Text Example
White with #52DB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DB8A; }
p { color: rgb(82,219,138); }
H1.HeaderClassName
{
color: #52DB8A;
}
.AnyTagClassName
{
color: #52DB8A;
}
</style>
background-color css
<style>
a { background-color: #52DB8A; }
a { background-color: rgb(82,219,138); }
div.DivClassName
{
background-color: #52DB8A;
}
.BgClassName
{
background-color: #52DB8A;
}
</style>
border-color css
<style>
span { border-color: #52DB8A; }
span { border-color: rgb(82,219,138); }
td.TdClassName
{
border-color: #52DB8A;
}
.TagClassName
{
border-color: #52DB8A;
}
</style>