Shades of Shamrock #48E09B
Tints of Shamrock #48E09B
RGB
CMYK
RGB Variations
Color information
#48E09B (or 0x48E09B) is known color: Shamrock. HEX triplet: 48, E0 and 9B. RGB value is (72,224,155). Sum of RGB (Red+Green+Blue) = 72+224+155=451 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.96% from 451); Green value is 224 (87.89% from 255 or 49.67% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 224 - color contains mainly: green. Hex color #48E09B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48E09B is #B71F64. Grayscale: #AAAAAA. Windows color (decimal): -12001125 or 10215496. OLE color: 10215496.
HSL color Cylindrical-coordinate representation of color #48E09B: hue angle of 152.76º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E09B is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 72 | 224 | 155 | - |
| CMYK | 0.68 | 0 | 0.31 | 0.12 |
| HSL | 152.76º | 0.71% | 0.58% | - |
| HSV(B) | 152.76º | 0.68% | 0.88% | - |
| XYZ | 35.24 | 57.06 | 40.17 | - |
| YUV | 170.69 | 119.14 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 224 | 155 | 0.68 | 0 | 0.31 | 0.12 | 152.76 | 0.71 | 0.58 |
| Hex | 48 | E0 | 9B | 44 | 0 | 1F | C | 99 | 47 | 3A |
| Octal | 110 | 340 | 233 | 104 | 0 | 37 | 14 | 231 | 107 | 72 |
| Binary | 1001000 | 11100000 | 10011011 | 1000100 | 0 | 11111 | 1100 | 10011001 | 1000111 | 111010 |
Color Harmonies of #48E09B
Complementary color
Monochromatic Colors of #48E09B
Black with #48E09B
Text Example
Text Example
White with #48E09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E09B; }
p { color: rgb(72,224,155); }
H1.HeaderClassName
{
color: #48E09B;
}
.AnyTagClassName
{
color: #48E09B;
}
</style>
background-color css
<style>
a { background-color: #48E09B; }
a { background-color: rgb(72,224,155); }
div.DivClassName
{
background-color: #48E09B;
}
.BgClassName
{
background-color: #48E09B;
}
</style>
border-color css
<style>
span { border-color: #48E09B; }
span { border-color: rgb(72,224,155); }
td.TdClassName
{
border-color: #48E09B;
}
.TagClassName
{
border-color: #48E09B;
}
</style>