Shades of Emerald #48E188
Tints of Emerald #48E188
RGB
CMYK
RGB Variations
Color information
#48E188 (or 0x48E188) is known color: Emerald. HEX triplet: 48, E1 and 88. RGB value is (72,225,136). Sum of RGB (Red+Green+Blue) = 72+225+136=433 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.63% from 433); Green value is 225 (88.28% from 255 or 51.96% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 225 - color contains mainly: green. Hex color #48E188 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48E188 is #B71E77. Grayscale: #A9A9A9. Windows color (decimal): -12000888 or 8970568. OLE color: 8970568.
HSL color Cylindrical-coordinate representation of color #48E188: hue angle of 145.1º 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 #48E188 is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 72 | 225 | 136 | - |
| CMYK | 0.68 | 0 | 0.40 | 0.12 |
| HSL | 145.1º | 0.72% | 0.58% | - |
| HSV(B) | 145.1º | 0.68% | 0.88% | - |
| XYZ | 34.04 | 57.01 | 32.5 | - |
| YUV | 169.11 | 109.31 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 225 | 136 | 0.68 | 0 | 0.40 | 0.12 | 145.1 | 0.72 | 0.58 |
| Hex | 48 | E1 | 88 | 44 | 0 | 28 | C | 91 | 48 | 3A |
| Octal | 110 | 341 | 210 | 104 | 0 | 50 | 14 | 221 | 110 | 72 |
| Binary | 1001000 | 11100001 | 10001000 | 1000100 | 0 | 101000 | 1100 | 10010001 | 1001000 | 111010 |
Color Harmonies of #48E188
Complementary color
Monochromatic Colors of #48E188
Black with #48E188
Text Example
Text Example
White with #48E188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E188; }
p { color: rgb(72,225,136); }
H1.HeaderClassName
{
color: #48E188;
}
.AnyTagClassName
{
color: #48E188;
}
</style>
background-color css
<style>
a { background-color: #48E188; }
a { background-color: rgb(72,225,136); }
div.DivClassName
{
background-color: #48E188;
}
.BgClassName
{
background-color: #48E188;
}
</style>
border-color css
<style>
span { border-color: #48E188; }
span { border-color: rgb(72,225,136); }
td.TdClassName
{
border-color: #48E188;
}
.TagClassName
{
border-color: #48E188;
}
</style>