Shades of Shamrock #44C3A0
Tints of Shamrock #44C3A0
RGB
CMYK
RGB Variations
Color information
#44C3A0 (or 0x44C3A0) is known color: Shamrock. HEX triplet: 44, C3 and A0. RGB value is (68,195,160). Sum of RGB (Red+Green+Blue) = 68+195+160=423 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16.08% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 195 - color contains mainly: green. Hex color #44C3A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44C3A0 is #BB3C5F. Grayscale: #999999. Windows color (decimal): -12270688 or 10535748. OLE color: 10535748.
HSL color Cylindrical-coordinate representation of color #44C3A0: hue angle of 163.46º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44C3A0 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 195 | 160 | - |
| CMYK | 0.65 | 0 | 0.18 | 0.24 |
| HSL | 163.46º | 0.51% | 0.52% | - |
| HSV(B) | 163.46º | 0.65% | 0.76% | - |
| XYZ | 28.24 | 42.8 | 40.03 | - |
| YUV | 153.04 | 131.92 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 195 | 160 | 0.65 | 0 | 0.18 | 0.24 | 163.46 | 0.51 | 0.52 |
| Hex | 44 | C3 | A0 | 41 | 0 | 12 | 18 | A3 | 33 | 34 |
| Octal | 104 | 303 | 240 | 101 | 0 | 22 | 30 | 243 | 63 | 64 |
| Binary | 1000100 | 11000011 | 10100000 | 1000001 | 0 | 10010 | 11000 | 10100011 | 110011 | 110100 |
Color Harmonies of #44C3A0
Complementary color
Monochromatic Colors of #44C3A0
Black with #44C3A0
Text Example
Text Example
White with #44C3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C3A0; }
p { color: rgb(68,195,160); }
H1.HeaderClassName
{
color: #44C3A0;
}
.AnyTagClassName
{
color: #44C3A0;
}
</style>
background-color css
<style>
a { background-color: #44C3A0; }
a { background-color: rgb(68,195,160); }
div.DivClassName
{
background-color: #44C3A0;
}
.BgClassName
{
background-color: #44C3A0;
}
</style>
border-color css
<style>
span { border-color: #44C3A0; }
span { border-color: rgb(68,195,160); }
td.TdClassName
{
border-color: #44C3A0;
}
.TagClassName
{
border-color: #44C3A0;
}
</style>