Shades of Shamrock #48C894
Tints of Shamrock #48C894
RGB
CMYK
RGB Variations
Color information
#48C894 (or 0x48C894) is known color: Shamrock. HEX triplet: 48, C8 and 94. RGB value is (72,200,148). Sum of RGB (Red+Green+Blue) = 72+200+148=420 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.14% from 420); Green value is 200 (78.52% from 255 or 47.62% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 200 - color contains mainly: green. Hex color #48C894 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C894 is #B7376B. Grayscale: #9B9B9B. Windows color (decimal): -12007276 or 9750600. OLE color: 9750600.
HSL color Cylindrical-coordinate representation of color #48C894: hue angle of 155.62º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48C894 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 200 | 148 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.22 |
| HSL | 155.63º | 0.54% | 0.53% | - |
| HSV(B) | 155.63º | 0.64% | 0.78% | - |
| XYZ | 28.67 | 44.82 | 35.16 | - |
| YUV | 155.8 | 123.59 | 68.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 200 | 148 | 0.64 | 0 | 0.26 | 0.22 | 155.63 | 0.54 | 0.53 |
| Hex | 48 | C8 | 94 | 40 | 0 | 1A | 16 | 9C | 36 | 35 |
| Octal | 110 | 310 | 224 | 100 | 0 | 32 | 26 | 234 | 66 | 65 |
| Binary | 1001000 | 11001000 | 10010100 | 1000000 | 0 | 11010 | 10110 | 10011100 | 110110 | 110101 |
Color Harmonies of #48C894
Complementary color
Monochromatic Colors of #48C894
Black with #48C894
Text Example
Text Example
White with #48C894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C894; }
p { color: rgb(72,200,148); }
H1.HeaderClassName
{
color: #48C894;
}
.AnyTagClassName
{
color: #48C894;
}
</style>
background-color css
<style>
a { background-color: #48C894; }
a { background-color: rgb(72,200,148); }
div.DivClassName
{
background-color: #48C894;
}
.BgClassName
{
background-color: #48C894;
}
</style>
border-color css
<style>
span { border-color: #48C894; }
span { border-color: rgb(72,200,148); }
td.TdClassName
{
border-color: #48C894;
}
.TagClassName
{
border-color: #48C894;
}
</style>