Shades of Emerald #48BD89
Tints of Emerald #48BD89
RGB
CMYK
RGB Variations
Color information
#48BD89 (or 0x48BD89) is known color: Emerald. HEX triplet: 48, BD and 89. RGB value is (72,189,137). Sum of RGB (Red+Green+Blue) = 72+189+137=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BD89 is #B74276. Grayscale: #949494. Windows color (decimal): -12010103 or 9026888. OLE color: 9026888.
HSL color Cylindrical-coordinate representation of color #48BD89: hue angle of 153.33º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BD89 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 189 | 137 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.26 |
| HSL | 153.33º | 0.47% | 0.51% | - |
| HSV(B) | 153.33º | 0.62% | 0.74% | - |
| XYZ | 25.39 | 39.58 | 29.97 | - |
| YUV | 148.09 | 121.74 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 189 | 137 | 0.62 | 0 | 0.28 | 0.26 | 153.33 | 0.47 | 0.51 |
| Hex | 48 | BD | 89 | 3E | 0 | 1C | 1A | 99 | 2F | 33 |
| Octal | 110 | 275 | 211 | 76 | 0 | 34 | 32 | 231 | 57 | 63 |
| Binary | 1001000 | 10111101 | 10001001 | 111110 | 0 | 11100 | 11010 | 10011001 | 101111 | 110011 |
Color Harmonies of #48BD89
Complementary color
Monochromatic Colors of #48BD89
Black with #48BD89
Text Example
Text Example
White with #48BD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BD89; }
p { color: rgb(72,189,137); }
H1.HeaderClassName
{
color: #48BD89;
}
.AnyTagClassName
{
color: #48BD89;
}
</style>
background-color css
<style>
a { background-color: #48BD89; }
a { background-color: rgb(72,189,137); }
div.DivClassName
{
background-color: #48BD89;
}
.BgClassName
{
background-color: #48BD89;
}
</style>
border-color css
<style>
span { border-color: #48BD89; }
span { border-color: rgb(72,189,137); }
td.TdClassName
{
border-color: #48BD89;
}
.TagClassName
{
border-color: #48BD89;
}
</style>