Shades of Shamrock #44D5AB
Tints of Shamrock #44D5AB
RGB
CMYK
RGB Variations
Color information
#44D5AB (or 0x44D5AB) is known color: Shamrock. HEX triplet: 44, D5 and AB. RGB value is (68,213,171). Sum of RGB (Red+Green+Blue) = 68+213+171=452 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.04% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 213 - color contains mainly: green. Hex color #44D5AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44D5AB is #BB2A54. Grayscale: #A4A4A4. Windows color (decimal): -12266069 or 11261252. OLE color: 11261252.
HSL color Cylindrical-coordinate representation of color #44D5AB: hue angle of 162.62º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44D5AB is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 213 | 171 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.16 |
| HSL | 162.62º | 0.63% | 0.55% | - |
| HSV(B) | 162.62º | 0.68% | 0.84% | - |
| XYZ | 33.53 | 51.76 | 46.75 | - |
| YUV | 164.86 | 131.46 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 213 | 171 | 0.68 | 0 | 0.20 | 0.16 | 162.62 | 0.63 | 0.55 |
| Hex | 44 | D5 | AB | 44 | 0 | 14 | 10 | A3 | 3F | 37 |
| Octal | 104 | 325 | 253 | 104 | 0 | 24 | 20 | 243 | 77 | 67 |
| Binary | 1000100 | 11010101 | 10101011 | 1000100 | 0 | 10100 | 10000 | 10100011 | 111111 | 110111 |
Color Harmonies of #44D5AB
Complementary color
Monochromatic Colors of #44D5AB
Black with #44D5AB
Text Example
Text Example
White with #44D5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D5AB; }
p { color: rgb(68,213,171); }
H1.HeaderClassName
{
color: #44D5AB;
}
.AnyTagClassName
{
color: #44D5AB;
}
</style>
background-color css
<style>
a { background-color: #44D5AB; }
a { background-color: rgb(68,213,171); }
div.DivClassName
{
background-color: #44D5AB;
}
.BgClassName
{
background-color: #44D5AB;
}
</style>
border-color css
<style>
span { border-color: #44D5AB; }
span { border-color: rgb(68,213,171); }
td.TdClassName
{
border-color: #44D5AB;
}
.TagClassName
{
border-color: #44D5AB;
}
</style>