Shades of Shamrock #48DB9C
Tints of Shamrock #48DB9C
RGB
CMYK
RGB Variations
Color information
#48DB9C (or 0x48DB9C) is known color: Shamrock. HEX triplet: 48, DB and 9C. RGB value is (72,219,156). Sum of RGB (Red+Green+Blue) = 72+219+156=447 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.11% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #48DB9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DB9C is #B72463. Grayscale: #A7A7A7. Windows color (decimal): -12002404 or 10279752. OLE color: 10279752.
HSL color Cylindrical-coordinate representation of color #48DB9C: hue angle of 154.29º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DB9C is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 219 | 156 | - |
| CMYK | 0.67 | 0 | 0.29 | 0.14 |
| HSL | 154.29º | 0.67% | 0.57% | - |
| HSV(B) | 154.29º | 0.67% | 0.86% | - |
| XYZ | 34 | 54.44 | 40.17 | - |
| YUV | 167.87 | 121.3 | 59.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 219 | 156 | 0.67 | 0 | 0.29 | 0.14 | 154.29 | 0.67 | 0.57 |
| Hex | 48 | DB | 9C | 43 | 0 | 1D | E | 9A | 43 | 39 |
| Octal | 110 | 333 | 234 | 103 | 0 | 35 | 16 | 232 | 103 | 71 |
| Binary | 1001000 | 11011011 | 10011100 | 1000011 | 0 | 11101 | 1110 | 10011010 | 1000011 | 111001 |
Color Harmonies of #48DB9C
Complementary color
Monochromatic Colors of #48DB9C
Black with #48DB9C
Text Example
Text Example
White with #48DB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DB9C; }
p { color: rgb(72,219,156); }
H1.HeaderClassName
{
color: #48DB9C;
}
.AnyTagClassName
{
color: #48DB9C;
}
</style>
background-color css
<style>
a { background-color: #48DB9C; }
a { background-color: rgb(72,219,156); }
div.DivClassName
{
background-color: #48DB9C;
}
.BgClassName
{
background-color: #48DB9C;
}
</style>
border-color css
<style>
span { border-color: #48DB9C; }
span { border-color: rgb(72,219,156); }
td.TdClassName
{
border-color: #48DB9C;
}
.TagClassName
{
border-color: #48DB9C;
}
</style>