Shades of Shamrock #44C097
Tints of Shamrock #44C097
RGB
CMYK
RGB Variations
Color information
#44C097 (or 0x44C097) is known color: Shamrock. HEX triplet: 44, C0 and 97. RGB value is (68,192,151). Sum of RGB (Red+Green+Blue) = 68+192+151=411 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.55% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #44C097 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44C097 is #BB3F68. Grayscale: #969696. Windows color (decimal): -12271465 or 9945156. OLE color: 9945156.
HSL color Cylindrical-coordinate representation of color #44C097: hue angle of 160.16º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44C097 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 192 | 151 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.25 |
| HSL | 160.16º | 0.5% | 0.51% | - |
| HSV(B) | 160.16º | 0.65% | 0.75% | - |
| XYZ | 26.82 | 41.16 | 35.81 | - |
| YUV | 150.25 | 128.42 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 192 | 151 | 0.65 | 0 | 0.21 | 0.25 | 160.16 | 0.5 | 0.51 |
| Hex | 44 | C0 | 97 | 41 | 0 | 15 | 19 | A0 | 32 | 33 |
| Octal | 104 | 300 | 227 | 101 | 0 | 25 | 31 | 240 | 62 | 63 |
| Binary | 1000100 | 11000000 | 10010111 | 1000001 | 0 | 10101 | 11001 | 10100000 | 110010 | 110011 |
Color Harmonies of #44C097
Complementary color
Monochromatic Colors of #44C097
Black with #44C097
Text Example
Text Example
White with #44C097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C097; }
p { color: rgb(68,192,151); }
H1.HeaderClassName
{
color: #44C097;
}
.AnyTagClassName
{
color: #44C097;
}
</style>
background-color css
<style>
a { background-color: #44C097; }
a { background-color: rgb(68,192,151); }
div.DivClassName
{
background-color: #44C097;
}
.BgClassName
{
background-color: #44C097;
}
</style>
border-color css
<style>
span { border-color: #44C097; }
span { border-color: rgb(68,192,151); }
td.TdClassName
{
border-color: #44C097;
}
.TagClassName
{
border-color: #44C097;
}
</style>