Shades of Shamrock #49E8A3
Tints of Shamrock #49E8A3
RGB
CMYK
RGB Variations
Color information
#49E8A3 (or 0x49E8A3) is known color: Shamrock. HEX triplet: 49, E8 and A3. RGB value is (73,232,163). Sum of RGB (Red+Green+Blue) = 73+232+163=468 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.60% from 468); Green value is 232 (91.02% from 255 or 49.57% from 468); Blue value is 163 (64.06% from 255 or 34.83% from 468); Max value from RGB is 232 - color contains mainly: green. Hex color #49E8A3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49E8A3 is #B6175C. Grayscale: #B0B0B0. Windows color (decimal): -11933533 or 10741833. OLE color: 10741833.
HSL color Cylindrical-coordinate representation of color #49E8A3: hue angle of 153.96º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49E8A3 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 232 | 163 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.09 |
| HSL | 153.96º | 0.78% | 0.6% | - |
| HSV(B) | 153.96º | 0.69% | 0.91% | - |
| XYZ | 38.22 | 61.77 | 44.56 | - |
| YUV | 176.59 | 120.32 | 54.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 232 | 163 | 0.69 | 0 | 0.30 | 0.09 | 153.96 | 0.78 | 0.6 |
| Hex | 49 | E8 | A3 | 45 | 0 | 1E | 9 | 9A | 4E | 3C |
| Octal | 111 | 350 | 243 | 105 | 0 | 36 | 11 | 232 | 116 | 74 |
| Binary | 1001001 | 11101000 | 10100011 | 1000101 | 0 | 11110 | 1001 | 10011010 | 1001110 | 111100 |
Color Harmonies of #49E8A3
Complementary color
Monochromatic Colors of #49E8A3
Black with #49E8A3
Text Example
Text Example
White with #49E8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E8A3; }
p { color: rgb(73,232,163); }
H1.HeaderClassName
{
color: #49E8A3;
}
.AnyTagClassName
{
color: #49E8A3;
}
</style>
background-color css
<style>
a { background-color: #49E8A3; }
a { background-color: rgb(73,232,163); }
div.DivClassName
{
background-color: #49E8A3;
}
.BgClassName
{
background-color: #49E8A3;
}
</style>
border-color css
<style>
span { border-color: #49E8A3; }
span { border-color: rgb(73,232,163); }
td.TdClassName
{
border-color: #49E8A3;
}
.TagClassName
{
border-color: #49E8A3;
}
</style>