Shades of Emerald #48BC7B
Tints of Emerald #48BC7B
RGB
CMYK
RGB Variations
Color information
#48BC7B (or 0x48BC7B) is known color: Emerald. HEX triplet: 48, BC and 7B. RGB value is (72,188,123). Sum of RGB (Red+Green+Blue) = 72+188+123=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BC7B is #B74384. Grayscale: #929292. Windows color (decimal): -12010373 or 8109128. OLE color: 8109128.
HSL color Cylindrical-coordinate representation of color #48BC7B: hue angle of 146.38º degrees, saturation: 0.46, 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 #48BC7B is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 188 | 123 | - |
| CMYK | 0.62 | 0 | 0.35 | 0.26 |
| HSL | 146.38º | 0.46% | 0.51% | - |
| HSV(B) | 146.38º | 0.62% | 0.74% | - |
| XYZ | 24.23 | 38.77 | 24.95 | - |
| YUV | 145.91 | 115.07 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 188 | 123 | 0.62 | 0 | 0.35 | 0.26 | 146.38 | 0.46 | 0.51 |
| Hex | 48 | BC | 7B | 3E | 0 | 23 | 1A | 92 | 2E | 33 |
| Octal | 110 | 274 | 173 | 76 | 0 | 43 | 32 | 222 | 56 | 63 |
| Binary | 1001000 | 10111100 | 1111011 | 111110 | 0 | 100011 | 11010 | 10010010 | 101110 | 110011 |
Color Harmonies of #48BC7B
Complementary color
Monochromatic Colors of #48BC7B
Black with #48BC7B
Text Example
Text Example
White with #48BC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BC7B; }
p { color: rgb(72,188,123); }
H1.HeaderClassName
{
color: #48BC7B;
}
.AnyTagClassName
{
color: #48BC7B;
}
</style>
background-color css
<style>
a { background-color: #48BC7B; }
a { background-color: rgb(72,188,123); }
div.DivClassName
{
background-color: #48BC7B;
}
.BgClassName
{
background-color: #48BC7B;
}
</style>
border-color css
<style>
span { border-color: #48BC7B; }
span { border-color: rgb(72,188,123); }
td.TdClassName
{
border-color: #48BC7B;
}
.TagClassName
{
border-color: #48BC7B;
}
</style>