Shades of Shamrock #49CE9E
Tints of Shamrock #49CE9E
RGB
CMYK
RGB Variations
Color information
#49CE9E (or 0x49CE9E) is known color: Shamrock. HEX triplet: 49, CE and 9E. RGB value is (73,206,158). Sum of RGB (Red+Green+Blue) = 73+206+158=437 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.70% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 206 - color contains mainly: green. Hex color #49CE9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CE9E is #B63161. Grayscale: #A0A0A0. Windows color (decimal): -11940194 or 10407497. OLE color: 10407497.
HSL color Cylindrical-coordinate representation of color #49CE9E: hue angle of 158.35º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CE9E is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 206 | 158 | - |
| CMYK | 0.65 | 0 | 0.23 | 0.19 |
| HSL | 158.35º | 0.58% | 0.55% | - |
| HSV(B) | 158.35º | 0.65% | 0.81% | - |
| XYZ | 30.99 | 48.03 | 39.98 | - |
| YUV | 160.76 | 126.44 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 158 | 0.65 | 0 | 0.23 | 0.19 | 158.35 | 0.58 | 0.55 |
| Hex | 49 | CE | 9E | 41 | 0 | 17 | 13 | 9E | 3A | 37 |
| Octal | 111 | 316 | 236 | 101 | 0 | 27 | 23 | 236 | 72 | 67 |
| Binary | 1001001 | 11001110 | 10011110 | 1000001 | 0 | 10111 | 10011 | 10011110 | 111010 | 110111 |
Color Harmonies of #49CE9E
Complementary color
Monochromatic Colors of #49CE9E
Black with #49CE9E
Text Example
Text Example
White with #49CE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CE9E; }
p { color: rgb(73,206,158); }
H1.HeaderClassName
{
color: #49CE9E;
}
.AnyTagClassName
{
color: #49CE9E;
}
</style>
background-color css
<style>
a { background-color: #49CE9E; }
a { background-color: rgb(73,206,158); }
div.DivClassName
{
background-color: #49CE9E;
}
.BgClassName
{
background-color: #49CE9E;
}
</style>
border-color css
<style>
span { border-color: #49CE9E; }
span { border-color: rgb(73,206,158); }
td.TdClassName
{
border-color: #49CE9E;
}
.TagClassName
{
border-color: #49CE9E;
}
</style>