Shades of Shamrock #48BC8C
Tints of Shamrock #48BC8C
RGB
CMYK
RGB Variations
Color information
#48BC8C (or 0x48BC8C) is known color: Shamrock. HEX triplet: 48, BC and 8C. RGB value is (72,188,140). Sum of RGB (Red+Green+Blue) = 72+188+140=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BC8C is #B74373. Grayscale: #939393. Windows color (decimal): -12010356 or 9223240. OLE color: 9223240.
HSL color Cylindrical-coordinate representation of color #48BC8C: hue angle of 155.17º 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 #48BC8C is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 188 | 140 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.26 |
| HSL | 155.17º | 0.46% | 0.51% | - |
| HSV(B) | 155.17º | 0.62% | 0.74% | - |
| XYZ | 25.39 | 39.24 | 31.05 | - |
| YUV | 147.84 | 123.57 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 188 | 140 | 0.62 | 0 | 0.26 | 0.26 | 155.17 | 0.46 | 0.51 |
| Hex | 48 | BC | 8C | 3E | 0 | 1A | 1A | 9B | 2E | 33 |
| Octal | 110 | 274 | 214 | 76 | 0 | 32 | 32 | 233 | 56 | 63 |
| Binary | 1001000 | 10111100 | 10001100 | 111110 | 0 | 11010 | 11010 | 10011011 | 101110 | 110011 |
Color Harmonies of #48BC8C
Complementary color
Monochromatic Colors of #48BC8C
Black with #48BC8C
Text Example
Text Example
White with #48BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BC8C; }
p { color: rgb(72,188,140); }
H1.HeaderClassName
{
color: #48BC8C;
}
.AnyTagClassName
{
color: #48BC8C;
}
</style>
background-color css
<style>
a { background-color: #48BC8C; }
a { background-color: rgb(72,188,140); }
div.DivClassName
{
background-color: #48BC8C;
}
.BgClassName
{
background-color: #48BC8C;
}
</style>
border-color css
<style>
span { border-color: #48BC8C; }
span { border-color: rgb(72,188,140); }
td.TdClassName
{
border-color: #48BC8C;
}
.TagClassName
{
border-color: #48BC8C;
}
</style>