Shades of Shamrock #48DBA3
Tints of Shamrock #48DBA3
RGB
CMYK
RGB Variations
Color information
#48DBA3 (or 0x48DBA3) is known color: Shamrock. HEX triplet: 48, DB and A3. RGB value is (72,219,163). Sum of RGB (Red+Green+Blue) = 72+219+163=454 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.86% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 163 (64.06% from 255 or 35.90% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #48DBA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DBA3 is #B7245C. Grayscale: #A8A8A8. Windows color (decimal): -12002397 or 10738504. OLE color: 10738504.
HSL color Cylindrical-coordinate representation of color #48DBA3: hue angle of 157.14º 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 #48DBA3 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 219 | 163 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.14 |
| HSL | 157.14º | 0.67% | 0.57% | - |
| HSV(B) | 157.14º | 0.67% | 0.86% | - |
| XYZ | 34.61 | 54.69 | 43.38 | - |
| YUV | 168.66 | 124.8 | 59.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 219 | 163 | 0.67 | 0 | 0.26 | 0.14 | 157.14 | 0.67 | 0.57 |
| Hex | 48 | DB | A3 | 43 | 0 | 1A | E | 9D | 43 | 39 |
| Octal | 110 | 333 | 243 | 103 | 0 | 32 | 16 | 235 | 103 | 71 |
| Binary | 1001000 | 11011011 | 10100011 | 1000011 | 0 | 11010 | 1110 | 10011101 | 1000011 | 111001 |
Color Harmonies of #48DBA3
Complementary color
Monochromatic Colors of #48DBA3
Black with #48DBA3
Text Example
Text Example
White with #48DBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DBA3; }
p { color: rgb(72,219,163); }
H1.HeaderClassName
{
color: #48DBA3;
}
.AnyTagClassName
{
color: #48DBA3;
}
</style>
background-color css
<style>
a { background-color: #48DBA3; }
a { background-color: rgb(72,219,163); }
div.DivClassName
{
background-color: #48DBA3;
}
.BgClassName
{
background-color: #48DBA3;
}
</style>
border-color css
<style>
span { border-color: #48DBA3; }
span { border-color: rgb(72,219,163); }
td.TdClassName
{
border-color: #48DBA3;
}
.TagClassName
{
border-color: #48DBA3;
}
</style>