Shades of Emerald #48EC88
Tints of Emerald #48EC88
RGB
CMYK
RGB Variations
Color information
#48EC88 (or 0x48EC88) is known color: Emerald. HEX triplet: 48, EC and 88. RGB value is (72,236,136). Sum of RGB (Red+Green+Blue) = 72+236+136=444 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.22% from 444); Green value is 236 (92.58% from 255 or 53.15% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC88 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EC88 is #B71377. Grayscale: #AFAFAF. Windows color (decimal): -11998072 or 8973384. OLE color: 8973384.
HSL color Cylindrical-coordinate representation of color #48EC88: hue angle of 143.41º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48EC88 is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 236 | 136 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.07 |
| HSL | 143.41º | 0.81% | 0.6% | - |
| HSV(B) | 143.41º | 0.69% | 0.93% | - |
| XYZ | 37.11 | 63.15 | 33.52 | - |
| YUV | 175.56 | 105.67 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 236 | 136 | 0.69 | 0 | 0.42 | 0.07 | 143.41 | 0.81 | 0.6 |
| Hex | 48 | EC | 88 | 45 | 0 | 2A | 7 | 8F | 51 | 3C |
| Octal | 110 | 354 | 210 | 105 | 0 | 52 | 7 | 217 | 121 | 74 |
| Binary | 1001000 | 11101100 | 10001000 | 1000101 | 0 | 101010 | 111 | 10001111 | 1010001 | 111100 |
Color Harmonies of #48EC88
Complementary color
Monochromatic Colors of #48EC88
Black with #48EC88
Text Example
Text Example
White with #48EC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EC88; }
p { color: rgb(72,236,136); }
H1.HeaderClassName
{
color: #48EC88;
}
.AnyTagClassName
{
color: #48EC88;
}
</style>
background-color css
<style>
a { background-color: #48EC88; }
a { background-color: rgb(72,236,136); }
div.DivClassName
{
background-color: #48EC88;
}
.BgClassName
{
background-color: #48EC88;
}
</style>
border-color css
<style>
span { border-color: #48EC88; }
span { border-color: rgb(72,236,136); }
td.TdClassName
{
border-color: #48EC88;
}
.TagClassName
{
border-color: #48EC88;
}
</style>