Shades of Shamrock #48EA9B
Tints of Shamrock #48EA9B
RGB
CMYK
RGB Variations
Color information
#48EA9B (or 0x48EA9B) is known color: Shamrock. HEX triplet: 48, EA and 9B. RGB value is (72,234,155). Sum of RGB (Red+Green+Blue) = 72+234+155=461 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.62% from 461); Green value is 234 (91.80% from 255 or 50.76% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 234 - color contains mainly: green. Hex color #48EA9B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EA9B is #B71564. Grayscale: #B0B0B0. Windows color (decimal): -11998565 or 10218056. OLE color: 10218056.
HSL color Cylindrical-coordinate representation of color #48EA9B: hue angle of 150.74º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48EA9B is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 234 | 155 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.08 |
| HSL | 150.74º | 0.79% | 0.6% | - |
| HSV(B) | 150.74º | 0.69% | 0.92% | - |
| XYZ | 38.01 | 62.59 | 41.09 | - |
| YUV | 176.56 | 115.83 | 53.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 234 | 155 | 0.69 | 0 | 0.34 | 0.08 | 150.74 | 0.79 | 0.6 |
| Hex | 48 | EA | 9B | 45 | 0 | 22 | 8 | 97 | 4F | 3C |
| Octal | 110 | 352 | 233 | 105 | 0 | 42 | 10 | 227 | 117 | 74 |
| Binary | 1001000 | 11101010 | 10011011 | 1000101 | 0 | 100010 | 1000 | 10010111 | 1001111 | 111100 |
Color Harmonies of #48EA9B
Complementary color
Monochromatic Colors of #48EA9B
Black with #48EA9B
Text Example
Text Example
White with #48EA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EA9B; }
p { color: rgb(72,234,155); }
H1.HeaderClassName
{
color: #48EA9B;
}
.AnyTagClassName
{
color: #48EA9B;
}
</style>
background-color css
<style>
a { background-color: #48EA9B; }
a { background-color: rgb(72,234,155); }
div.DivClassName
{
background-color: #48EA9B;
}
.BgClassName
{
background-color: #48EA9B;
}
</style>
border-color css
<style>
span { border-color: #48EA9B; }
span { border-color: rgb(72,234,155); }
td.TdClassName
{
border-color: #48EA9B;
}
.TagClassName
{
border-color: #48EA9B;
}
</style>