Shades of Shamrock #48E3A8
Tints of Shamrock #48E3A8
RGB
CMYK
RGB Variations
Color information
#48E3A8 (or 0x48E3A8) is known color: Shamrock. HEX triplet: 48, E3 and A8. RGB value is (72,227,168). Sum of RGB (Red+Green+Blue) = 72+227+168=467 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.42% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 227 - color contains mainly: green. Hex color #48E3A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48E3A8 is #B71C57. Grayscale: #AEAEAE. Windows color (decimal): -12000344 or 11068232. OLE color: 11068232.
HSL color Cylindrical-coordinate representation of color #48E3A8: hue angle of 157.16º degrees, saturation: 0.73, 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 #48E3A8 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 72 | 227 | 168 | - |
| CMYK | 0.68 | 0 | 0.26 | 0.11 |
| HSL | 157.16º | 0.73% | 0.59% | - |
| HSV(B) | 157.16º | 0.68% | 0.89% | - |
| XYZ | 37.21 | 59.14 | 46.5 | - |
| YUV | 173.93 | 124.65 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 227 | 168 | 0.68 | 0 | 0.26 | 0.11 | 157.16 | 0.73 | 0.59 |
| Hex | 48 | E3 | A8 | 44 | 0 | 1A | B | 9D | 49 | 3B |
| Octal | 110 | 343 | 250 | 104 | 0 | 32 | 13 | 235 | 111 | 73 |
| Binary | 1001000 | 11100011 | 10101000 | 1000100 | 0 | 11010 | 1011 | 10011101 | 1001001 | 111011 |
Color Harmonies of #48E3A8
Complementary color
Monochromatic Colors of #48E3A8
Black with #48E3A8
Text Example
Text Example
White with #48E3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E3A8; }
p { color: rgb(72,227,168); }
H1.HeaderClassName
{
color: #48E3A8;
}
.AnyTagClassName
{
color: #48E3A8;
}
</style>
background-color css
<style>
a { background-color: #48E3A8; }
a { background-color: rgb(72,227,168); }
div.DivClassName
{
background-color: #48E3A8;
}
.BgClassName
{
background-color: #48E3A8;
}
</style>
border-color css
<style>
span { border-color: #48E3A8; }
span { border-color: rgb(72,227,168); }
td.TdClassName
{
border-color: #48E3A8;
}
.TagClassName
{
border-color: #48E3A8;
}
</style>