Shades of Shamrock #44BA8F
Tints of Shamrock #44BA8F
RGB
CMYK
RGB Variations
Color information
#44BA8F (or 0x44BA8F) is known color: Shamrock. HEX triplet: 44, BA and 8F. RGB value is (68,186,143). Sum of RGB (Red+Green+Blue) = 68+186+143=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #44BA8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44BA8F is #BB4570. Grayscale: #919191. Windows color (decimal): -12273009 or 9419332. OLE color: 9419332.
HSL color Cylindrical-coordinate representation of color #44BA8F: hue angle of 158.14º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44BA8F is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 186 | 143 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.27 |
| HSL | 158.14º | 0.46% | 0.5% | - |
| HSV(B) | 158.14º | 0.63% | 0.73% | - |
| XYZ | 24.9 | 38.33 | 32.07 | - |
| YUV | 145.82 | 126.41 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 186 | 143 | 0.63 | 0 | 0.23 | 0.27 | 158.14 | 0.46 | 0.5 |
| Hex | 44 | BA | 8F | 3F | 0 | 17 | 1B | 9E | 2E | 32 |
| Octal | 104 | 272 | 217 | 77 | 0 | 27 | 33 | 236 | 56 | 62 |
| Binary | 1000100 | 10111010 | 10001111 | 111111 | 0 | 10111 | 11011 | 10011110 | 101110 | 110010 |
Color Harmonies of #44BA8F
Complementary color
Monochromatic Colors of #44BA8F
Black with #44BA8F
Text Example
Text Example
White with #44BA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BA8F; }
p { color: rgb(68,186,143); }
H1.HeaderClassName
{
color: #44BA8F;
}
.AnyTagClassName
{
color: #44BA8F;
}
</style>
background-color css
<style>
a { background-color: #44BA8F; }
a { background-color: rgb(68,186,143); }
div.DivClassName
{
background-color: #44BA8F;
}
.BgClassName
{
background-color: #44BA8F;
}
</style>
border-color css
<style>
span { border-color: #44BA8F; }
span { border-color: rgb(68,186,143); }
td.TdClassName
{
border-color: #44BA8F;
}
.TagClassName
{
border-color: #44BA8F;
}
</style>