Shades of Emerald #48CB8B
Tints of Emerald #48CB8B
RGB
CMYK
RGB Variations
Color information
#48CB8B (or 0x48CB8B) is known color: Emerald. HEX triplet: 48, CB and 8B. RGB value is (72,203,139). Sum of RGB (Red+Green+Blue) = 72+203+139=414 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.39% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #48CB8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CB8B is #B73474. Grayscale: #9C9C9C. Windows color (decimal): -12006517 or 9161544. OLE color: 9161544.
HSL color Cylindrical-coordinate representation of color #48CB8B: hue angle of 150.69º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CB8B is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 203 | 139 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.20 |
| HSL | 150.69º | 0.56% | 0.54% | - |
| HSV(B) | 150.69º | 0.65% | 0.8% | - |
| XYZ | 28.69 | 45.95 | 31.78 | - |
| YUV | 156.54 | 118.1 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 203 | 139 | 0.65 | 0 | 0.32 | 0.20 | 150.69 | 0.56 | 0.54 |
| Hex | 48 | CB | 8B | 41 | 0 | 20 | 14 | 97 | 38 | 36 |
| Octal | 110 | 313 | 213 | 101 | 0 | 40 | 24 | 227 | 70 | 66 |
| Binary | 1001000 | 11001011 | 10001011 | 1000001 | 0 | 100000 | 10100 | 10010111 | 111000 | 110110 |
Color Harmonies of #48CB8B
Complementary color
Monochromatic Colors of #48CB8B
Black with #48CB8B
Text Example
Text Example
White with #48CB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CB8B; }
p { color: rgb(72,203,139); }
H1.HeaderClassName
{
color: #48CB8B;
}
.AnyTagClassName
{
color: #48CB8B;
}
</style>
background-color css
<style>
a { background-color: #48CB8B; }
a { background-color: rgb(72,203,139); }
div.DivClassName
{
background-color: #48CB8B;
}
.BgClassName
{
background-color: #48CB8B;
}
</style>
border-color css
<style>
span { border-color: #48CB8B; }
span { border-color: rgb(72,203,139); }
td.TdClassName
{
border-color: #48CB8B;
}
.TagClassName
{
border-color: #48CB8B;
}
</style>