Shades of Emerald #48BD7E
Tints of Emerald #48BD7E
RGB
CMYK
RGB Variations
Color information
#48BD7E (or 0x48BD7E) is known color: Emerald. HEX triplet: 48, BD and 7E. RGB value is (72,189,126). Sum of RGB (Red+Green+Blue) = 72+189+126=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BD7E is #B74281. Grayscale: #929292. Windows color (decimal): -12010114 or 8305992. OLE color: 8305992.
HSL color Cylindrical-coordinate representation of color #48BD7E: hue angle of 147.69º 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 #48BD7E is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 189 | 126 | - |
| CMYK | 0.62 | 0 | 0.33 | 0.26 |
| HSL | 147.69º | 0.47% | 0.51% | - |
| HSV(B) | 147.69º | 0.62% | 0.74% | - |
| XYZ | 24.64 | 39.28 | 26.02 | - |
| YUV | 146.84 | 116.24 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 189 | 126 | 0.62 | 0 | 0.33 | 0.26 | 147.69 | 0.47 | 0.51 |
| Hex | 48 | BD | 7E | 3E | 0 | 21 | 1A | 94 | 2F | 33 |
| Octal | 110 | 275 | 176 | 76 | 0 | 41 | 32 | 224 | 57 | 63 |
| Binary | 1001000 | 10111101 | 1111110 | 111110 | 0 | 100001 | 11010 | 10010100 | 101111 | 110011 |
Color Harmonies of #48BD7E
Complementary color
Monochromatic Colors of #48BD7E
Black with #48BD7E
Text Example
Text Example
White with #48BD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BD7E; }
p { color: rgb(72,189,126); }
H1.HeaderClassName
{
color: #48BD7E;
}
.AnyTagClassName
{
color: #48BD7E;
}
</style>
background-color css
<style>
a { background-color: #48BD7E; }
a { background-color: rgb(72,189,126); }
div.DivClassName
{
background-color: #48BD7E;
}
.BgClassName
{
background-color: #48BD7E;
}
</style>
border-color css
<style>
span { border-color: #48BD7E; }
span { border-color: rgb(72,189,126); }
td.TdClassName
{
border-color: #48BD7E;
}
.TagClassName
{
border-color: #48BD7E;
}
</style>