Shades of Shamrock #48EEA0
Tints of Shamrock #48EEA0
RGB
CMYK
RGB Variations
Color information
#48EEA0 (or 0x48EEA0) is known color: Shamrock. HEX triplet: 48, EE and A0. RGB value is (72,238,160). Sum of RGB (Red+Green+Blue) = 72+238+160=470 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.32% from 470); Green value is 238 (93.36% from 255 or 50.64% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 238 - color contains mainly: green. Hex color #48EEA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EEA0 is #B7115F. Grayscale: #B3B3B3. Windows color (decimal): -11997536 or 10546760. OLE color: 10546760.
HSL color Cylindrical-coordinate representation of color #48EEA0: hue angle of 151.81º 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 #48EEA0 is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 238 | 160 | - |
| CMYK | 0.70 | 0 | 0.33 | 0.07 |
| HSL | 151.81º | 0.83% | 0.61% | - |
| HSV(B) | 151.81º | 0.7% | 0.93% | - |
| XYZ | 39.59 | 65.06 | 43.73 | - |
| YUV | 179.47 | 117 | 51.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 238 | 160 | 0.70 | 0 | 0.33 | 0.07 | 151.81 | 0.83 | 0.61 |
| Hex | 48 | EE | A0 | 46 | 0 | 21 | 7 | 98 | 53 | 3D |
| Octal | 110 | 356 | 240 | 106 | 0 | 41 | 7 | 230 | 123 | 75 |
| Binary | 1001000 | 11101110 | 10100000 | 1000110 | 0 | 100001 | 111 | 10011000 | 1010011 | 111101 |
Color Harmonies of #48EEA0
Complementary color
Monochromatic Colors of #48EEA0
Black with #48EEA0
Text Example
Text Example
White with #48EEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EEA0; }
p { color: rgb(72,238,160); }
H1.HeaderClassName
{
color: #48EEA0;
}
.AnyTagClassName
{
color: #48EEA0;
}
</style>
background-color css
<style>
a { background-color: #48EEA0; }
a { background-color: rgb(72,238,160); }
div.DivClassName
{
background-color: #48EEA0;
}
.BgClassName
{
background-color: #48EEA0;
}
</style>
border-color css
<style>
span { border-color: #48EEA0; }
span { border-color: rgb(72,238,160); }
td.TdClassName
{
border-color: #48EEA0;
}
.TagClassName
{
border-color: #48EEA0;
}
</style>