Shades of Shamrock #44BD96
Tints of Shamrock #44BD96
RGB
CMYK
RGB Variations
Color information
#44BD96 (or 0x44BD96) is known color: Shamrock. HEX triplet: 44, BD and 96. RGB value is (68,189,150). Sum of RGB (Red+Green+Blue) = 68+189+150=407 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.71% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #44BD96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44BD96 is #BB4269. Grayscale: #949494. Windows color (decimal): -12272234 or 9878852. OLE color: 9878852.
HSL color Cylindrical-coordinate representation of color #44BD96: hue angle of 160.66º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44BD96 is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 189 | 150 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.26 |
| HSL | 160.66º | 0.48% | 0.5% | - |
| HSV(B) | 160.66º | 0.64% | 0.74% | - |
| XYZ | 26.09 | 39.83 | 35.17 | - |
| YUV | 148.38 | 128.91 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 189 | 150 | 0.64 | 0 | 0.21 | 0.26 | 160.66 | 0.48 | 0.5 |
| Hex | 44 | BD | 96 | 40 | 0 | 15 | 1A | A1 | 30 | 32 |
| Octal | 104 | 275 | 226 | 100 | 0 | 25 | 32 | 241 | 60 | 62 |
| Binary | 1000100 | 10111101 | 10010110 | 1000000 | 0 | 10101 | 11010 | 10100001 | 110000 | 110010 |
Color Harmonies of #44BD96
Complementary color
Monochromatic Colors of #44BD96
Black with #44BD96
Text Example
Text Example
White with #44BD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BD96; }
p { color: rgb(68,189,150); }
H1.HeaderClassName
{
color: #44BD96;
}
.AnyTagClassName
{
color: #44BD96;
}
</style>
background-color css
<style>
a { background-color: #44BD96; }
a { background-color: rgb(68,189,150); }
div.DivClassName
{
background-color: #44BD96;
}
.BgClassName
{
background-color: #44BD96;
}
</style>
border-color css
<style>
span { border-color: #44BD96; }
span { border-color: rgb(68,189,150); }
td.TdClassName
{
border-color: #44BD96;
}
.TagClassName
{
border-color: #44BD96;
}
</style>