Shades of Emerald #53DB8A
Tints of Emerald #53DB8A
RGB
CMYK
RGB Variations
Color information
#53DB8A (or 0x53DB8A) is known color: Emerald. HEX triplet: 53, DB and 8A. RGB value is (83,219,138). Sum of RGB (Red+Green+Blue) = 83+219+138=440 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.86% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #53DB8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DB8A is #AC2475. Grayscale: #A9A9A9. Windows color (decimal): -11281526 or 9100115. OLE color: 9100115.
HSL color Cylindrical-coordinate representation of color #53DB8A: hue angle of 144.26º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DB8A is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 219 | 138 | - |
| CMYK | 0.62 | 0 | 0.37 | 0.14 |
| HSL | 144.26º | 0.65% | 0.59% | - |
| HSV(B) | 144.26º | 0.62% | 0.86% | - |
| XYZ | 33.49 | 54.34 | 32.77 | - |
| YUV | 169.1 | 110.44 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 219 | 138 | 0.62 | 0 | 0.37 | 0.14 | 144.26 | 0.65 | 0.59 |
| Hex | 53 | DB | 8A | 3E | 0 | 25 | E | 90 | 41 | 3B |
| Octal | 123 | 333 | 212 | 76 | 0 | 45 | 16 | 220 | 101 | 73 |
| Binary | 1010011 | 11011011 | 10001010 | 111110 | 0 | 100101 | 1110 | 10010000 | 1000001 | 111011 |
Color Harmonies of #53DB8A
Complementary color
Monochromatic Colors of #53DB8A
Black with #53DB8A
Text Example
Text Example
White with #53DB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DB8A; }
p { color: rgb(83,219,138); }
H1.HeaderClassName
{
color: #53DB8A;
}
.AnyTagClassName
{
color: #53DB8A;
}
</style>
background-color css
<style>
a { background-color: #53DB8A; }
a { background-color: rgb(83,219,138); }
div.DivClassName
{
background-color: #53DB8A;
}
.BgClassName
{
background-color: #53DB8A;
}
</style>
border-color css
<style>
span { border-color: #53DB8A; }
span { border-color: rgb(83,219,138); }
td.TdClassName
{
border-color: #53DB8A;
}
.TagClassName
{
border-color: #53DB8A;
}
</style>