Shades of Emerald #53CA8A
Tints of Emerald #53CA8A
RGB
CMYK
RGB Variations
Color information
#53CA8A (or 0x53CA8A) is known color: Emerald. HEX triplet: 53, CA and 8A. RGB value is (83,202,138). Sum of RGB (Red+Green+Blue) = 83+202+138=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #53CA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CA8A is #AC3575. Grayscale: #9F9F9F. Windows color (decimal): -11285878 or 9095763. OLE color: 9095763.
HSL color Cylindrical-coordinate representation of color #53CA8A: hue angle of 147.73º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CA8A is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 202 | 138 | - |
| CMYK | 0.59 | 0 | 0.32 | 0.21 |
| HSL | 147.73º | 0.53% | 0.56% | - |
| HSV(B) | 147.73º | 0.59% | 0.79% | - |
| XYZ | 29.28 | 45.92 | 31.36 | - |
| YUV | 159.12 | 116.08 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 202 | 138 | 0.59 | 0 | 0.32 | 0.21 | 147.73 | 0.53 | 0.56 |
| Hex | 53 | CA | 8A | 3B | 0 | 20 | 15 | 94 | 35 | 38 |
| Octal | 123 | 312 | 212 | 73 | 0 | 40 | 25 | 224 | 65 | 70 |
| Binary | 1010011 | 11001010 | 10001010 | 111011 | 0 | 100000 | 10101 | 10010100 | 110101 | 111000 |
Color Harmonies of #53CA8A
Complementary color
Monochromatic Colors of #53CA8A
Black with #53CA8A
Text Example
Text Example
White with #53CA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CA8A; }
p { color: rgb(83,202,138); }
H1.HeaderClassName
{
color: #53CA8A;
}
.AnyTagClassName
{
color: #53CA8A;
}
</style>
background-color css
<style>
a { background-color: #53CA8A; }
a { background-color: rgb(83,202,138); }
div.DivClassName
{
background-color: #53CA8A;
}
.BgClassName
{
background-color: #53CA8A;
}
</style>
border-color css
<style>
span { border-color: #53CA8A; }
span { border-color: rgb(83,202,138); }
td.TdClassName
{
border-color: #53CA8A;
}
.TagClassName
{
border-color: #53CA8A;
}
</style>