Shades of Emerald #48BC7A
Tints of Emerald #48BC7A
RGB
CMYK
RGB Variations
Color information
#48BC7A (or 0x48BC7A) is known color: Emerald. HEX triplet: 48, BC and 7A. RGB value is (72,188,122). Sum of RGB (Red+Green+Blue) = 72+188+122=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BC7A is #B74385. Grayscale: #919191. Windows color (decimal): -12010374 or 8043592. OLE color: 8043592.
HSL color Cylindrical-coordinate representation of color #48BC7A: hue angle of 145.86º 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 #48BC7A is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 188 | 122 | - |
| CMYK | 0.62 | 0 | 0.35 | 0.26 |
| HSL | 145.86º | 0.46% | 0.51% | - |
| HSV(B) | 145.86º | 0.62% | 0.74% | - |
| XYZ | 24.17 | 38.75 | 24.62 | - |
| YUV | 145.79 | 114.57 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 188 | 122 | 0.62 | 0 | 0.35 | 0.26 | 145.86 | 0.46 | 0.51 |
| Hex | 48 | BC | 7A | 3E | 0 | 23 | 1A | 92 | 2E | 33 |
| Octal | 110 | 274 | 172 | 76 | 0 | 43 | 32 | 222 | 56 | 63 |
| Binary | 1001000 | 10111100 | 1111010 | 111110 | 0 | 100011 | 11010 | 10010010 | 101110 | 110011 |
Color Harmonies of #48BC7A
Complementary color
Monochromatic Colors of #48BC7A
Black with #48BC7A
Text Example
Text Example
White with #48BC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BC7A; }
p { color: rgb(72,188,122); }
H1.HeaderClassName
{
color: #48BC7A;
}
.AnyTagClassName
{
color: #48BC7A;
}
</style>
background-color css
<style>
a { background-color: #48BC7A; }
a { background-color: rgb(72,188,122); }
div.DivClassName
{
background-color: #48BC7A;
}
.BgClassName
{
background-color: #48BC7A;
}
</style>
border-color css
<style>
span { border-color: #48BC7A; }
span { border-color: rgb(72,188,122); }
td.TdClassName
{
border-color: #48BC7A;
}
.TagClassName
{
border-color: #48BC7A;
}
</style>