Shades of Shamrock #44F2AB
Tints of Shamrock #44F2AB
RGB
CMYK
RGB Variations
Color information
#44F2AB (or 0x44F2AB) is known color: Shamrock. HEX triplet: 44, F2 and AB. RGB value is (68,242,171). Sum of RGB (Red+Green+Blue) = 68+242+171=481 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.14% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #44F2AB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44F2AB is #BB0D54. Grayscale: #B5B5B5. Windows color (decimal): -12258645 or 11268676. OLE color: 11268676.
HSL color Cylindrical-coordinate representation of color #44F2AB: hue angle of 155.52º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44F2AB is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 242 | 171 | - |
| CMYK | 0.72 | 0 | 0.29 | 0.05 |
| HSL | 155.52º | 0.87% | 0.61% | - |
| HSV(B) | 155.52º | 0.72% | 0.95% | - |
| XYZ | 41.49 | 67.67 | 49.4 | - |
| YUV | 181.88 | 121.85 | 46.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 242 | 171 | 0.72 | 0 | 0.29 | 0.05 | 155.52 | 0.87 | 0.61 |
| Hex | 44 | F2 | AB | 48 | 0 | 1D | 5 | 9C | 57 | 3D |
| Octal | 104 | 362 | 253 | 110 | 0 | 35 | 5 | 234 | 127 | 75 |
| Binary | 1000100 | 11110010 | 10101011 | 1001000 | 0 | 11101 | 101 | 10011100 | 1010111 | 111101 |
Color Harmonies of #44F2AB
Complementary color
Monochromatic Colors of #44F2AB
Black with #44F2AB
Text Example
Text Example
White with #44F2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F2AB; }
p { color: rgb(68,242,171); }
H1.HeaderClassName
{
color: #44F2AB;
}
.AnyTagClassName
{
color: #44F2AB;
}
</style>
background-color css
<style>
a { background-color: #44F2AB; }
a { background-color: rgb(68,242,171); }
div.DivClassName
{
background-color: #44F2AB;
}
.BgClassName
{
background-color: #44F2AB;
}
</style>
border-color css
<style>
span { border-color: #44F2AB; }
span { border-color: rgb(68,242,171); }
td.TdClassName
{
border-color: #44F2AB;
}
.TagClassName
{
border-color: #44F2AB;
}
</style>