Shades of Shamrock #48D6A0
Tints of Shamrock #48D6A0
RGB
CMYK
RGB Variations
Color information
#48D6A0 (or 0x48D6A0) is known color: Shamrock. HEX triplet: 48, D6 and A0. RGB value is (72,214,160). Sum of RGB (Red+Green+Blue) = 72+214+160=446 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.14% from 446); Green value is 214 (83.98% from 255 or 47.98% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 214 - color contains mainly: green. Hex color #48D6A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D6A0 is #B7295F. Grayscale: #A5A5A5. Windows color (decimal): -12003680 or 10540616. OLE color: 10540616.
HSL color Cylindrical-coordinate representation of color #48D6A0: hue angle of 157.18º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D6A0 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 214 | 160 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.16 |
| HSL | 157.18º | 0.63% | 0.56% | - |
| HSV(B) | 157.18º | 0.66% | 0.84% | - |
| XYZ | 33.06 | 52.01 | 41.55 | - |
| YUV | 165.39 | 124.96 | 61.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 214 | 160 | 0.66 | 0 | 0.25 | 0.16 | 157.18 | 0.63 | 0.56 |
| Hex | 48 | D6 | A0 | 42 | 0 | 19 | 10 | 9D | 3F | 38 |
| Octal | 110 | 326 | 240 | 102 | 0 | 31 | 20 | 235 | 77 | 70 |
| Binary | 1001000 | 11010110 | 10100000 | 1000010 | 0 | 11001 | 10000 | 10011101 | 111111 | 111000 |
Color Harmonies of #48D6A0
Complementary color
Monochromatic Colors of #48D6A0
Black with #48D6A0
Text Example
Text Example
White with #48D6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D6A0; }
p { color: rgb(72,214,160); }
H1.HeaderClassName
{
color: #48D6A0;
}
.AnyTagClassName
{
color: #48D6A0;
}
</style>
background-color css
<style>
a { background-color: #48D6A0; }
a { background-color: rgb(72,214,160); }
div.DivClassName
{
background-color: #48D6A0;
}
.BgClassName
{
background-color: #48D6A0;
}
</style>
border-color css
<style>
span { border-color: #48D6A0; }
span { border-color: rgb(72,214,160); }
td.TdClassName
{
border-color: #48D6A0;
}
.TagClassName
{
border-color: #48D6A0;
}
</style>