Shades of Shamrock #48D19B
Tints of Shamrock #48D19B
RGB
CMYK
RGB Variations
Color information
#48D19B (or 0x48D19B) is known color: Shamrock. HEX triplet: 48, D1 and 9B. RGB value is (72,209,155). Sum of RGB (Red+Green+Blue) = 72+209+155=436 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.51% from 436); Green value is 209 (82.03% from 255 or 47.94% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 209 - color contains mainly: green. Hex color #48D19B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D19B is #B72E64. Grayscale: #A1A1A1. Windows color (decimal): -12004965 or 10211656. OLE color: 10211656.
HSL color Cylindrical-coordinate representation of color #48D19B: hue angle of 156.35º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D19B is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 209 | 155 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.18 |
| HSL | 156.35º | 0.6% | 0.55% | - |
| HSV(B) | 156.35º | 0.66% | 0.82% | - |
| XYZ | 31.39 | 49.35 | 38.88 | - |
| YUV | 161.88 | 124.11 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 209 | 155 | 0.66 | 0 | 0.26 | 0.18 | 156.35 | 0.6 | 0.55 |
| Hex | 48 | D1 | 9B | 42 | 0 | 1A | 12 | 9C | 3C | 37 |
| Octal | 110 | 321 | 233 | 102 | 0 | 32 | 22 | 234 | 74 | 67 |
| Binary | 1001000 | 11010001 | 10011011 | 1000010 | 0 | 11010 | 10010 | 10011100 | 111100 | 110111 |
Color Harmonies of #48D19B
Complementary color
Monochromatic Colors of #48D19B
Black with #48D19B
Text Example
Text Example
White with #48D19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D19B; }
p { color: rgb(72,209,155); }
H1.HeaderClassName
{
color: #48D19B;
}
.AnyTagClassName
{
color: #48D19B;
}
</style>
background-color css
<style>
a { background-color: #48D19B; }
a { background-color: rgb(72,209,155); }
div.DivClassName
{
background-color: #48D19B;
}
.BgClassName
{
background-color: #48D19B;
}
</style>
border-color css
<style>
span { border-color: #48D19B; }
span { border-color: rgb(72,209,155); }
td.TdClassName
{
border-color: #48D19B;
}
.TagClassName
{
border-color: #48D19B;
}
</style>