Shades of Shamrock #49CA9F
Tints of Shamrock #49CA9F
RGB
CMYK
RGB Variations
Color information
#49CA9F (or 0x49CA9F) is known color: Shamrock. HEX triplet: 49, CA and 9F. RGB value is (73,202,159). Sum of RGB (Red+Green+Blue) = 73+202+159=434 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.82% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CA9F is #B63560. Grayscale: #9E9E9E. Windows color (decimal): -11941217 or 10472009. OLE color: 10472009.
HSL color Cylindrical-coordinate representation of color #49CA9F: hue angle of 160º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CA9F is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 202 | 159 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.21 |
| HSL | 160º | 0.55% | 0.54% | - |
| HSV(B) | 160º | 0.64% | 0.79% | - |
| XYZ | 30.13 | 46.16 | 40.12 | - |
| YUV | 158.53 | 128.26 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 202 | 159 | 0.64 | 0 | 0.21 | 0.21 | 160 | 0.55 | 0.54 |
| Hex | 49 | CA | 9F | 40 | 0 | 15 | 15 | A0 | 37 | 36 |
| Octal | 111 | 312 | 237 | 100 | 0 | 25 | 25 | 240 | 67 | 66 |
| Binary | 1001001 | 11001010 | 10011111 | 1000000 | 0 | 10101 | 10101 | 10100000 | 110111 | 110110 |
Color Harmonies of #49CA9F
Complementary color
Monochromatic Colors of #49CA9F
Black with #49CA9F
Text Example
Text Example
White with #49CA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CA9F; }
p { color: rgb(73,202,159); }
H1.HeaderClassName
{
color: #49CA9F;
}
.AnyTagClassName
{
color: #49CA9F;
}
</style>
background-color css
<style>
a { background-color: #49CA9F; }
a { background-color: rgb(73,202,159); }
div.DivClassName
{
background-color: #49CA9F;
}
.BgClassName
{
background-color: #49CA9F;
}
</style>
border-color css
<style>
span { border-color: #49CA9F; }
span { border-color: rgb(73,202,159); }
td.TdClassName
{
border-color: #49CA9F;
}
.TagClassName
{
border-color: #49CA9F;
}
</style>