Shades of Shamrock #48EFA0
Tints of Shamrock #48EFA0
RGB
CMYK
RGB Variations
Color information
#48EFA0 (or 0x48EFA0) is known color: Shamrock. HEX triplet: 48, EF and A0. RGB value is (72,239,160). Sum of RGB (Red+Green+Blue) = 72+239+160=471 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.29% from 471); Green value is 239 (93.75% from 255 or 50.74% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 239 - color contains mainly: green. Hex color #48EFA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EFA0 is #B7105F. Grayscale: #B4B4B4. Windows color (decimal): -11997280 or 10547016. OLE color: 10547016.
HSL color Cylindrical-coordinate representation of color #48EFA0: hue angle of 151.62º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EFA0 is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 239 | 160 | - |
| CMYK | 0.70 | 0 | 0.33 | 0.06 |
| HSL | 151.62º | 0.84% | 0.61% | - |
| HSV(B) | 151.62º | 0.7% | 0.94% | - |
| XYZ | 39.88 | 65.65 | 43.83 | - |
| YUV | 180.06 | 116.67 | 50.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 239 | 160 | 0.70 | 0 | 0.33 | 0.06 | 151.62 | 0.84 | 0.61 |
| Hex | 48 | EF | A0 | 46 | 0 | 21 | 6 | 98 | 54 | 3D |
| Octal | 110 | 357 | 240 | 106 | 0 | 41 | 6 | 230 | 124 | 75 |
| Binary | 1001000 | 11101111 | 10100000 | 1000110 | 0 | 100001 | 110 | 10011000 | 1010100 | 111101 |
Color Harmonies of #48EFA0
Complementary color
Monochromatic Colors of #48EFA0
Black with #48EFA0
Text Example
Text Example
White with #48EFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EFA0; }
p { color: rgb(72,239,160); }
H1.HeaderClassName
{
color: #48EFA0;
}
.AnyTagClassName
{
color: #48EFA0;
}
</style>
background-color css
<style>
a { background-color: #48EFA0; }
a { background-color: rgb(72,239,160); }
div.DivClassName
{
background-color: #48EFA0;
}
.BgClassName
{
background-color: #48EFA0;
}
</style>
border-color css
<style>
span { border-color: #48EFA0; }
span { border-color: rgb(72,239,160); }
td.TdClassName
{
border-color: #48EFA0;
}
.TagClassName
{
border-color: #48EFA0;
}
</style>