Shades of Shamrock #44DDA6
Tints of Shamrock #44DDA6
RGB
CMYK
RGB Variations
Color information
#44DDA6 (or 0x44DDA6) is known color: Shamrock. HEX triplet: 44, DD and A6. RGB value is (68,221,166). Sum of RGB (Red+Green+Blue) = 68+221+166=455 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.95% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #44DDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44DDA6 is #BB2259. Grayscale: #A9A9A9. Windows color (decimal): -12264026 or 10935620. OLE color: 10935620.
HSL color Cylindrical-coordinate representation of color #44DDA6: hue angle of 158.43º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44DDA6 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 221 | 166 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.13 |
| HSL | 158.43º | 0.69% | 0.57% | - |
| HSV(B) | 158.43º | 0.69% | 0.87% | - |
| XYZ | 35.12 | 55.7 | 44.98 | - |
| YUV | 168.98 | 126.31 | 55.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 221 | 166 | 0.69 | 0 | 0.25 | 0.13 | 158.43 | 0.69 | 0.57 |
| Hex | 44 | DD | A6 | 45 | 0 | 19 | D | 9E | 45 | 39 |
| Octal | 104 | 335 | 246 | 105 | 0 | 31 | 15 | 236 | 105 | 71 |
| Binary | 1000100 | 11011101 | 10100110 | 1000101 | 0 | 11001 | 1101 | 10011110 | 1000101 | 111001 |
Color Harmonies of #44DDA6
Complementary color
Monochromatic Colors of #44DDA6
Black with #44DDA6
Text Example
Text Example
White with #44DDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DDA6; }
p { color: rgb(68,221,166); }
H1.HeaderClassName
{
color: #44DDA6;
}
.AnyTagClassName
{
color: #44DDA6;
}
</style>
background-color css
<style>
a { background-color: #44DDA6; }
a { background-color: rgb(68,221,166); }
div.DivClassName
{
background-color: #44DDA6;
}
.BgClassName
{
background-color: #44DDA6;
}
</style>
border-color css
<style>
span { border-color: #44DDA6; }
span { border-color: rgb(68,221,166); }
td.TdClassName
{
border-color: #44DDA6;
}
.TagClassName
{
border-color: #44DDA6;
}
</style>