Shades of Shamrock #44D3AA
Tints of Shamrock #44D3AA
RGB
CMYK
RGB Variations
Color information
#44D3AA (or 0x44D3AA) is known color: Shamrock. HEX triplet: 44, D3 and AA. RGB value is (68,211,170). Sum of RGB (Red+Green+Blue) = 68+211+170=449 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.14% from 449); Green value is 211 (82.81% from 255 or 46.99% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 211 - color contains mainly: green. Hex color #44D3AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44D3AA is #BB2C55. Grayscale: #A3A3A3. Windows color (decimal): -12266582 or 11195204. OLE color: 11195204.
HSL color Cylindrical-coordinate representation of color #44D3AA: hue angle of 162.8º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44D3AA is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 68 | 211 | 170 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.17 |
| HSL | 162.8º | 0.62% | 0.55% | - |
| HSV(B) | 162.8º | 0.68% | 0.83% | - |
| XYZ | 32.93 | 50.72 | 46.08 | - |
| YUV | 163.57 | 131.62 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 211 | 170 | 0.68 | 0 | 0.19 | 0.17 | 162.8 | 0.62 | 0.55 |
| Hex | 44 | D3 | AA | 44 | 0 | 13 | 11 | A3 | 3E | 37 |
| Octal | 104 | 323 | 252 | 104 | 0 | 23 | 21 | 243 | 76 | 67 |
| Binary | 1000100 | 11010011 | 10101010 | 1000100 | 0 | 10011 | 10001 | 10100011 | 111110 | 110111 |
Color Harmonies of #44D3AA
Complementary color
Monochromatic Colors of #44D3AA
Black with #44D3AA
Text Example
Text Example
White with #44D3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D3AA; }
p { color: rgb(68,211,170); }
H1.HeaderClassName
{
color: #44D3AA;
}
.AnyTagClassName
{
color: #44D3AA;
}
</style>
background-color css
<style>
a { background-color: #44D3AA; }
a { background-color: rgb(68,211,170); }
div.DivClassName
{
background-color: #44D3AA;
}
.BgClassName
{
background-color: #44D3AA;
}
</style>
border-color css
<style>
span { border-color: #44D3AA; }
span { border-color: rgb(68,211,170); }
td.TdClassName
{
border-color: #44D3AA;
}
.TagClassName
{
border-color: #44D3AA;
}
</style>