Shades of Shamrock #49CA8F
Tints of Shamrock #49CA8F
RGB
CMYK
RGB Variations
Color information
#49CA8F (or 0x49CA8F) is known color: Shamrock. HEX triplet: 49, CA and 8F. RGB value is (73,202,143). Sum of RGB (Red+Green+Blue) = 73+202+143=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CA8F is #B63570. Grayscale: #9C9C9C. Windows color (decimal): -11941233 or 9423433. OLE color: 9423433.
HSL color Cylindrical-coordinate representation of color #49CA8F: hue angle of 152.56º 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 #49CA8F is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 202 | 143 | - |
| CMYK | 0.64 | 0 | 0.29 | 0.21 |
| HSL | 152.56º | 0.55% | 0.54% | - |
| HSV(B) | 152.56º | 0.64% | 0.79% | - |
| XYZ | 28.83 | 45.64 | 33.28 | - |
| YUV | 156.7 | 120.26 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 202 | 143 | 0.64 | 0 | 0.29 | 0.21 | 152.56 | 0.55 | 0.54 |
| Hex | 49 | CA | 8F | 40 | 0 | 1D | 15 | 99 | 37 | 36 |
| Octal | 111 | 312 | 217 | 100 | 0 | 35 | 25 | 231 | 67 | 66 |
| Binary | 1001001 | 11001010 | 10001111 | 1000000 | 0 | 11101 | 10101 | 10011001 | 110111 | 110110 |
Color Harmonies of #49CA8F
Complementary color
Monochromatic Colors of #49CA8F
Black with #49CA8F
Text Example
Text Example
White with #49CA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CA8F; }
p { color: rgb(73,202,143); }
H1.HeaderClassName
{
color: #49CA8F;
}
.AnyTagClassName
{
color: #49CA8F;
}
</style>
background-color css
<style>
a { background-color: #49CA8F; }
a { background-color: rgb(73,202,143); }
div.DivClassName
{
background-color: #49CA8F;
}
.BgClassName
{
background-color: #49CA8F;
}
</style>
border-color css
<style>
span { border-color: #49CA8F; }
span { border-color: rgb(73,202,143); }
td.TdClassName
{
border-color: #49CA8F;
}
.TagClassName
{
border-color: #49CA8F;
}
</style>