Shades of Shamrock #48EEA8
Tints of Shamrock #48EEA8
RGB
CMYK
RGB Variations
Color information
#48EEA8 (or 0x48EEA8) is known color: Shamrock. HEX triplet: 48, EE and A8. RGB value is (72,238,168). Sum of RGB (Red+Green+Blue) = 72+238+168=478 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.06% from 478); Green value is 238 (93.36% from 255 or 49.79% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 238 - color contains mainly: green. Hex color #48EEA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EEA8 is #B71157. Grayscale: #B4B4B4. Windows color (decimal): -11997528 or 11071048. OLE color: 11071048.
HSL color Cylindrical-coordinate representation of color #48EEA8: hue angle of 154.7º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EEA8 is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 238 | 168 | - |
| CMYK | 0.70 | 0 | 0.29 | 0.07 |
| HSL | 154.7º | 0.83% | 0.61% | - |
| HSV(B) | 154.7º | 0.7% | 0.93% | - |
| XYZ | 40.31 | 65.35 | 47.54 | - |
| YUV | 180.39 | 121 | 50.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 238 | 168 | 0.70 | 0 | 0.29 | 0.07 | 154.7 | 0.83 | 0.61 |
| Hex | 48 | EE | A8 | 46 | 0 | 1D | 7 | 9B | 53 | 3D |
| Octal | 110 | 356 | 250 | 106 | 0 | 35 | 7 | 233 | 123 | 75 |
| Binary | 1001000 | 11101110 | 10101000 | 1000110 | 0 | 11101 | 111 | 10011011 | 1010011 | 111101 |
Color Harmonies of #48EEA8
Complementary color
Monochromatic Colors of #48EEA8
Black with #48EEA8
Text Example
Text Example
White with #48EEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EEA8; }
p { color: rgb(72,238,168); }
H1.HeaderClassName
{
color: #48EEA8;
}
.AnyTagClassName
{
color: #48EEA8;
}
</style>
background-color css
<style>
a { background-color: #48EEA8; }
a { background-color: rgb(72,238,168); }
div.DivClassName
{
background-color: #48EEA8;
}
.BgClassName
{
background-color: #48EEA8;
}
</style>
border-color css
<style>
span { border-color: #48EEA8; }
span { border-color: rgb(72,238,168); }
td.TdClassName
{
border-color: #48EEA8;
}
.TagClassName
{
border-color: #48EEA8;
}
</style>