Shades of Emerald #50CA8A
Tints of Emerald #50CA8A
RGB
CMYK
RGB Variations
Color information
#50CA8A (or 0x50CA8A) is known color: Emerald. HEX triplet: 50, CA and 8A. RGB value is (80,202,138). Sum of RGB (Red+Green+Blue) = 80+202+138=420 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.05% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CA8A is #AF3575. Grayscale: #9E9E9E. Windows color (decimal): -11482486 or 9095760. OLE color: 9095760.
HSL color Cylindrical-coordinate representation of color #50CA8A: hue angle of 148.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50CA8A is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 202 | 138 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.21 |
| HSL | 148.52º | 0.54% | 0.55% | - |
| HSV(B) | 148.52º | 0.6% | 0.79% | - |
| XYZ | 29.02 | 45.78 | 31.35 | - |
| YUV | 158.23 | 116.58 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 202 | 138 | 0.60 | 0 | 0.32 | 0.21 | 148.52 | 0.54 | 0.55 |
| Hex | 50 | CA | 8A | 3C | 0 | 20 | 15 | 95 | 36 | 37 |
| Octal | 120 | 312 | 212 | 74 | 0 | 40 | 25 | 225 | 66 | 67 |
| Binary | 1010000 | 11001010 | 10001010 | 111100 | 0 | 100000 | 10101 | 10010101 | 110110 | 110111 |
Color Harmonies of #50CA8A
Complementary color
Monochromatic Colors of #50CA8A
Black with #50CA8A
Text Example
Text Example
White with #50CA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CA8A; }
p { color: rgb(80,202,138); }
H1.HeaderClassName
{
color: #50CA8A;
}
.AnyTagClassName
{
color: #50CA8A;
}
</style>
background-color css
<style>
a { background-color: #50CA8A; }
a { background-color: rgb(80,202,138); }
div.DivClassName
{
background-color: #50CA8A;
}
.BgClassName
{
background-color: #50CA8A;
}
</style>
border-color css
<style>
span { border-color: #50CA8A; }
span { border-color: rgb(80,202,138); }
td.TdClassName
{
border-color: #50CA8A;
}
.TagClassName
{
border-color: #50CA8A;
}
</style>