Shades of Shamrock #48D29B
Tints of Shamrock #48D29B
RGB
CMYK
RGB Variations
Color information
#48D29B (or 0x48D29B) is known color: Shamrock. HEX triplet: 48, D2 and 9B. RGB value is (72,210,155). Sum of RGB (Red+Green+Blue) = 72+210+155=437 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.48% from 437); Green value is 210 (82.42% from 255 or 48.05% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 210 - color contains mainly: green. Hex color #48D29B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D29B is #B72D64. Grayscale: #A2A2A2. Windows color (decimal): -12004709 or 10211912. OLE color: 10211912.
HSL color Cylindrical-coordinate representation of color #48D29B: hue angle of 156.09º degrees, saturation: 0.61, 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 #48D29B is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 210 | 155 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.18 |
| HSL | 156.09º | 0.61% | 0.55% | - |
| HSV(B) | 156.09º | 0.66% | 0.82% | - |
| XYZ | 31.64 | 49.84 | 38.96 | - |
| YUV | 162.47 | 123.78 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 210 | 155 | 0.66 | 0 | 0.26 | 0.18 | 156.09 | 0.61 | 0.55 |
| Hex | 48 | D2 | 9B | 42 | 0 | 1A | 12 | 9C | 3D | 37 |
| Octal | 110 | 322 | 233 | 102 | 0 | 32 | 22 | 234 | 75 | 67 |
| Binary | 1001000 | 11010010 | 10011011 | 1000010 | 0 | 11010 | 10010 | 10011100 | 111101 | 110111 |
Color Harmonies of #48D29B
Complementary color
Monochromatic Colors of #48D29B
Black with #48D29B
Text Example
Text Example
White with #48D29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D29B; }
p { color: rgb(72,210,155); }
H1.HeaderClassName
{
color: #48D29B;
}
.AnyTagClassName
{
color: #48D29B;
}
</style>
background-color css
<style>
a { background-color: #48D29B; }
a { background-color: rgb(72,210,155); }
div.DivClassName
{
background-color: #48D29B;
}
.BgClassName
{
background-color: #48D29B;
}
</style>
border-color css
<style>
span { border-color: #48D29B; }
span { border-color: rgb(72,210,155); }
td.TdClassName
{
border-color: #48D29B;
}
.TagClassName
{
border-color: #48D29B;
}
</style>