Shades of Shamrock #49E6A8
Tints of Shamrock #49E6A8
RGB
CMYK
RGB Variations
Color information
#49E6A8 (or 0x49E6A8) is known color: Shamrock. HEX triplet: 49, E6 and A8. RGB value is (73,230,168). Sum of RGB (Red+Green+Blue) = 73+230+168=471 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.50% from 471); Green value is 230 (90.23% from 255 or 48.83% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 230 - color contains mainly: green. Hex color #49E6A8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49E6A8 is #B61957. Grayscale: #B0B0B0. Windows color (decimal): -11934040 or 11069001. OLE color: 11069001.
HSL color Cylindrical-coordinate representation of color #49E6A8: hue angle of 156.31º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E6A8 is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 230 | 168 | - |
| CMYK | 0.68 | 0 | 0.27 | 0.10 |
| HSL | 156.31º | 0.76% | 0.59% | - |
| HSV(B) | 156.31º | 0.68% | 0.9% | - |
| XYZ | 38.11 | 60.84 | 46.78 | - |
| YUV | 175.99 | 123.49 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 230 | 168 | 0.68 | 0 | 0.27 | 0.10 | 156.31 | 0.76 | 0.59 |
| Hex | 49 | E6 | A8 | 44 | 0 | 1B | A | 9C | 4C | 3B |
| Octal | 111 | 346 | 250 | 104 | 0 | 33 | 12 | 234 | 114 | 73 |
| Binary | 1001001 | 11100110 | 10101000 | 1000100 | 0 | 11011 | 1010 | 10011100 | 1001100 | 111011 |
Color Harmonies of #49E6A8
Complementary color
Monochromatic Colors of #49E6A8
Black with #49E6A8
Text Example
Text Example
White with #49E6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E6A8; }
p { color: rgb(73,230,168); }
H1.HeaderClassName
{
color: #49E6A8;
}
.AnyTagClassName
{
color: #49E6A8;
}
</style>
background-color css
<style>
a { background-color: #49E6A8; }
a { background-color: rgb(73,230,168); }
div.DivClassName
{
background-color: #49E6A8;
}
.BgClassName
{
background-color: #49E6A8;
}
</style>
border-color css
<style>
span { border-color: #49E6A8; }
span { border-color: rgb(73,230,168); }
td.TdClassName
{
border-color: #49E6A8;
}
.TagClassName
{
border-color: #49E6A8;
}
</style>