Shades of Shamrock #48EAA8
Tints of Shamrock #48EAA8
RGB
CMYK
RGB Variations
Color information
#48EAA8 (or 0x48EAA8) is known color: Shamrock. HEX triplet: 48, EA and A8. RGB value is (72,234,168). Sum of RGB (Red+Green+Blue) = 72+234+168=474 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.19% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #48EAA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EAA8 is #B71557. Grayscale: #B2B2B2. Windows color (decimal): -11998552 or 11070024. OLE color: 11070024.
HSL color Cylindrical-coordinate representation of color #48EAA8: hue angle of 155.56º 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 #48EAA8 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 234 | 168 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.08 |
| HSL | 155.56º | 0.79% | 0.6% | - |
| HSV(B) | 155.56º | 0.69% | 0.92% | - |
| XYZ | 39.16 | 63.05 | 47.15 | - |
| YUV | 178.04 | 122.33 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 234 | 168 | 0.69 | 0 | 0.28 | 0.08 | 155.56 | 0.79 | 0.6 |
| Hex | 48 | EA | A8 | 45 | 0 | 1C | 8 | 9C | 4F | 3C |
| Octal | 110 | 352 | 250 | 105 | 0 | 34 | 10 | 234 | 117 | 74 |
| Binary | 1001000 | 11101010 | 10101000 | 1000101 | 0 | 11100 | 1000 | 10011100 | 1001111 | 111100 |
Color Harmonies of #48EAA8
Complementary color
Monochromatic Colors of #48EAA8
Black with #48EAA8
Text Example
Text Example
White with #48EAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EAA8; }
p { color: rgb(72,234,168); }
H1.HeaderClassName
{
color: #48EAA8;
}
.AnyTagClassName
{
color: #48EAA8;
}
</style>
background-color css
<style>
a { background-color: #48EAA8; }
a { background-color: rgb(72,234,168); }
div.DivClassName
{
background-color: #48EAA8;
}
.BgClassName
{
background-color: #48EAA8;
}
</style>
border-color css
<style>
span { border-color: #48EAA8; }
span { border-color: rgb(72,234,168); }
td.TdClassName
{
border-color: #48EAA8;
}
.TagClassName
{
border-color: #48EAA8;
}
</style>