Shades of Shamrock #48E4A8
Tints of Shamrock #48E4A8
RGB
CMYK
RGB Variations
Color information
#48E4A8 (or 0x48E4A8) is known color: Shamrock. HEX triplet: 48, E4 and A8. RGB value is (72,228,168). Sum of RGB (Red+Green+Blue) = 72+228+168=468 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.38% from 468); Green value is 228 (89.45% from 255 or 48.72% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 228 - color contains mainly: green. Hex color #48E4A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48E4A8 is #B71B57. Grayscale: #AEAEAE. Windows color (decimal): -12000088 or 11068488. OLE color: 11068488.
HSL color Cylindrical-coordinate representation of color #48E4A8: hue angle of 156.92º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E4A8 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 72 | 228 | 168 | - |
| CMYK | 0.68 | 0 | 0.26 | 0.11 |
| HSL | 156.92º | 0.74% | 0.59% | - |
| HSV(B) | 156.92º | 0.68% | 0.89% | - |
| XYZ | 37.48 | 59.69 | 46.59 | - |
| YUV | 174.52 | 124.32 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 228 | 168 | 0.68 | 0 | 0.26 | 0.11 | 156.92 | 0.74 | 0.59 |
| Hex | 48 | E4 | A8 | 44 | 0 | 1A | B | 9D | 4A | 3B |
| Octal | 110 | 344 | 250 | 104 | 0 | 32 | 13 | 235 | 112 | 73 |
| Binary | 1001000 | 11100100 | 10101000 | 1000100 | 0 | 11010 | 1011 | 10011101 | 1001010 | 111011 |
Color Harmonies of #48E4A8
Complementary color
Monochromatic Colors of #48E4A8
Black with #48E4A8
Text Example
Text Example
White with #48E4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E4A8; }
p { color: rgb(72,228,168); }
H1.HeaderClassName
{
color: #48E4A8;
}
.AnyTagClassName
{
color: #48E4A8;
}
</style>
background-color css
<style>
a { background-color: #48E4A8; }
a { background-color: rgb(72,228,168); }
div.DivClassName
{
background-color: #48E4A8;
}
.BgClassName
{
background-color: #48E4A8;
}
</style>
border-color css
<style>
span { border-color: #48E4A8; }
span { border-color: rgb(72,228,168); }
td.TdClassName
{
border-color: #48E4A8;
}
.TagClassName
{
border-color: #48E4A8;
}
</style>