Shades of Shamrock #49EEA8
Tints of Shamrock #49EEA8
RGB
CMYK
RGB Variations
Color information
#49EEA8 (or 0x49EEA8) is known color: Shamrock. HEX triplet: 49, EE and A8. RGB value is (73,238,168). Sum of RGB (Red+Green+Blue) = 73+238+168=479 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.24% from 479); Green value is 238 (93.36% from 255 or 49.69% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 238 - color contains mainly: green. Hex color #49EEA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EEA8 is #B61157. Grayscale: #B4B4B4. Windows color (decimal): -11931992 or 11071049. OLE color: 11071049.
HSL color Cylindrical-coordinate representation of color #49EEA8: hue angle of 154.55º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EEA8 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 238 | 168 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.07 |
| HSL | 154.55º | 0.83% | 0.61% | - |
| HSV(B) | 154.55º | 0.69% | 0.93% | - |
| XYZ | 40.39 | 65.39 | 47.54 | - |
| YUV | 180.69 | 120.84 | 51.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 238 | 168 | 0.69 | 0 | 0.29 | 0.07 | 154.55 | 0.83 | 0.61 |
| Hex | 49 | EE | A8 | 45 | 0 | 1D | 7 | 9B | 53 | 3D |
| Octal | 111 | 356 | 250 | 105 | 0 | 35 | 7 | 233 | 123 | 75 |
| Binary | 1001001 | 11101110 | 10101000 | 1000101 | 0 | 11101 | 111 | 10011011 | 1010011 | 111101 |
Color Harmonies of #49EEA8
Complementary color
Monochromatic Colors of #49EEA8
Black with #49EEA8
Text Example
Text Example
White with #49EEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EEA8; }
p { color: rgb(73,238,168); }
H1.HeaderClassName
{
color: #49EEA8;
}
.AnyTagClassName
{
color: #49EEA8;
}
</style>
background-color css
<style>
a { background-color: #49EEA8; }
a { background-color: rgb(73,238,168); }
div.DivClassName
{
background-color: #49EEA8;
}
.BgClassName
{
background-color: #49EEA8;
}
</style>
border-color css
<style>
span { border-color: #49EEA8; }
span { border-color: rgb(73,238,168); }
td.TdClassName
{
border-color: #49EEA8;
}
.TagClassName
{
border-color: #49EEA8;
}
</style>