Shades of Emerald #48E186
Tints of Emerald #48E186
RGB
CMYK
RGB Variations
Color information
#48E186 (or 0x48E186) is known color: Emerald. HEX triplet: 48, E1 and 86. RGB value is (72,225,134). Sum of RGB (Red+Green+Blue) = 72+225+134=431 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.71% from 431); Green value is 225 (88.28% from 255 or 52.20% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 225 - color contains mainly: green. Hex color #48E186 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48E186 is #B71E79. Grayscale: #A9A9A9. Windows color (decimal): -12000890 or 8839496. OLE color: 8839496.
HSL color Cylindrical-coordinate representation of color #48E186: hue angle of 144.31º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E186 is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 72 | 225 | 134 | - |
| CMYK | 0.68 | 0 | 0.40 | 0.12 |
| HSL | 144.31º | 0.72% | 0.58% | - |
| HSV(B) | 144.31º | 0.68% | 0.88% | - |
| XYZ | 33.9 | 56.95 | 31.76 | - |
| YUV | 168.88 | 108.31 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 225 | 134 | 0.68 | 0 | 0.40 | 0.12 | 144.31 | 0.72 | 0.58 |
| Hex | 48 | E1 | 86 | 44 | 0 | 28 | C | 90 | 48 | 3A |
| Octal | 110 | 341 | 206 | 104 | 0 | 50 | 14 | 220 | 110 | 72 |
| Binary | 1001000 | 11100001 | 10000110 | 1000100 | 0 | 101000 | 1100 | 10010000 | 1001000 | 111010 |
Color Harmonies of #48E186
Complementary color
Monochromatic Colors of #48E186
Black with #48E186
Text Example
Text Example
White with #48E186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E186; }
p { color: rgb(72,225,134); }
H1.HeaderClassName
{
color: #48E186;
}
.AnyTagClassName
{
color: #48E186;
}
</style>
background-color css
<style>
a { background-color: #48E186; }
a { background-color: rgb(72,225,134); }
div.DivClassName
{
background-color: #48E186;
}
.BgClassName
{
background-color: #48E186;
}
</style>
border-color css
<style>
span { border-color: #48E186; }
span { border-color: rgb(72,225,134); }
td.TdClassName
{
border-color: #48E186;
}
.TagClassName
{
border-color: #48E186;
}
</style>