Shades of Shamrock #44BB95
Tints of Shamrock #44BB95
RGB
CMYK
RGB Variations
Color information
#44BB95 (or 0x44BB95) is known color: Shamrock. HEX triplet: 44, BB and 95. RGB value is (68,187,149). Sum of RGB (Red+Green+Blue) = 68+187+149=404 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.83% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 187 - color contains mainly: green. Hex color #44BB95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44BB95 is #BB446A. Grayscale: #939393. Windows color (decimal): -12272747 or 9812804. OLE color: 9812804.
HSL color Cylindrical-coordinate representation of color #44BB95: hue angle of 160.84º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44BB95 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 187 | 149 | - |
| CMYK | 0.64 | 0 | 0.20 | 0.27 |
| HSL | 160.84º | 0.47% | 0.5% | - |
| HSV(B) | 160.84º | 0.64% | 0.73% | - |
| XYZ | 25.58 | 38.94 | 34.6 | - |
| YUV | 147.09 | 129.08 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 187 | 149 | 0.64 | 0 | 0.20 | 0.27 | 160.84 | 0.47 | 0.5 |
| Hex | 44 | BB | 95 | 40 | 0 | 14 | 1B | A1 | 2F | 32 |
| Octal | 104 | 273 | 225 | 100 | 0 | 24 | 33 | 241 | 57 | 62 |
| Binary | 1000100 | 10111011 | 10010101 | 1000000 | 0 | 10100 | 11011 | 10100001 | 101111 | 110010 |
Color Harmonies of #44BB95
Complementary color
Monochromatic Colors of #44BB95
Black with #44BB95
Text Example
Text Example
White with #44BB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BB95; }
p { color: rgb(68,187,149); }
H1.HeaderClassName
{
color: #44BB95;
}
.AnyTagClassName
{
color: #44BB95;
}
</style>
background-color css
<style>
a { background-color: #44BB95; }
a { background-color: rgb(68,187,149); }
div.DivClassName
{
background-color: #44BB95;
}
.BgClassName
{
background-color: #44BB95;
}
</style>
border-color css
<style>
span { border-color: #44BB95; }
span { border-color: rgb(68,187,149); }
td.TdClassName
{
border-color: #44BB95;
}
.TagClassName
{
border-color: #44BB95;
}
</style>