Shades of Shamrock #44F4AB
Tints of Shamrock #44F4AB
RGB
CMYK
RGB Variations
Color information
#44F4AB (or 0x44F4AB) is known color: Shamrock. HEX triplet: 44, F4 and AB. RGB value is (68,244,171). Sum of RGB (Red+Green+Blue) = 68+244+171=483 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.08% from 483); Green value is 244 (95.70% from 255 or 50.52% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 244 - color contains mainly: green. Hex color #44F4AB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44F4AB is #BB0B54. Grayscale: #B7B7B7. Windows color (decimal): -12258133 or 11269188. OLE color: 11269188.
HSL color Cylindrical-coordinate representation of color #44F4AB: hue angle of 155.11º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44F4AB is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 68 | 244 | 171 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.04 |
| HSL | 155.11º | 0.89% | 0.61% | - |
| HSV(B) | 155.11º | 0.72% | 0.96% | - |
| XYZ | 42.09 | 68.87 | 49.6 | - |
| YUV | 183.05 | 121.19 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 244 | 171 | 0.72 | 0 | 0.30 | 0.04 | 155.11 | 0.89 | 0.61 |
| Hex | 44 | F4 | AB | 48 | 0 | 1E | 4 | 9B | 59 | 3D |
| Octal | 104 | 364 | 253 | 110 | 0 | 36 | 4 | 233 | 131 | 75 |
| Binary | 1000100 | 11110100 | 10101011 | 1001000 | 0 | 11110 | 100 | 10011011 | 1011001 | 111101 |
Color Harmonies of #44F4AB
Complementary color
Monochromatic Colors of #44F4AB
Black with #44F4AB
Text Example
Text Example
White with #44F4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F4AB; }
p { color: rgb(68,244,171); }
H1.HeaderClassName
{
color: #44F4AB;
}
.AnyTagClassName
{
color: #44F4AB;
}
</style>
background-color css
<style>
a { background-color: #44F4AB; }
a { background-color: rgb(68,244,171); }
div.DivClassName
{
background-color: #44F4AB;
}
.BgClassName
{
background-color: #44F4AB;
}
</style>
border-color css
<style>
span { border-color: #44F4AB; }
span { border-color: rgb(68,244,171); }
td.TdClassName
{
border-color: #44F4AB;
}
.TagClassName
{
border-color: #44F4AB;
}
</style>