Shades of Emerald #53CC88
Tints of Emerald #53CC88
RGB
CMYK
RGB Variations
Color information
#53CC88 (or 0x53CC88) is known color: Emerald. HEX triplet: 53, CC and 88. RGB value is (83,204,136). Sum of RGB (Red+Green+Blue) = 83+204+136=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 204 - color contains mainly: green. Hex color #53CC88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CC88 is #AC3377. Grayscale: #A0A0A0. Windows color (decimal): -11285368 or 8965203. OLE color: 8965203.
HSL color Cylindrical-coordinate representation of color #53CC88: hue angle of 146.28º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CC88 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 204 | 136 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.2 |
| HSL | 146.28º | 0.54% | 0.56% | - |
| HSV(B) | 146.28º | 0.59% | 0.8% | - |
| XYZ | 29.6 | 46.8 | 30.77 | - |
| YUV | 160.07 | 114.41 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 204 | 136 | 0.59 | 0 | 0.33 | 0.2 | 146.28 | 0.54 | 0.56 |
| Hex | 53 | CC | 88 | 3B | 0 | 21 | 14 | 92 | 36 | 38 |
| Octal | 123 | 314 | 210 | 73 | 0 | 41 | 24 | 222 | 66 | 70 |
| Binary | 1010011 | 11001100 | 10001000 | 111011 | 0 | 100001 | 10100 | 10010010 | 110110 | 111000 |
Color Harmonies of #53CC88
Complementary color
Monochromatic Colors of #53CC88
Black with #53CC88
Text Example
Text Example
White with #53CC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CC88; }
p { color: rgb(83,204,136); }
H1.HeaderClassName
{
color: #53CC88;
}
.AnyTagClassName
{
color: #53CC88;
}
</style>
background-color css
<style>
a { background-color: #53CC88; }
a { background-color: rgb(83,204,136); }
div.DivClassName
{
background-color: #53CC88;
}
.BgClassName
{
background-color: #53CC88;
}
</style>
border-color css
<style>
span { border-color: #53CC88; }
span { border-color: rgb(83,204,136); }
td.TdClassName
{
border-color: #53CC88;
}
.TagClassName
{
border-color: #53CC88;
}
</style>