Shades of Shamrock #44DDA8
Tints of Shamrock #44DDA8
RGB
CMYK
RGB Variations
Color information
#44DDA8 (or 0x44DDA8) is known color: Shamrock. HEX triplet: 44, DD and A8. RGB value is (68,221,168). Sum of RGB (Red+Green+Blue) = 68+221+168=457 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.88% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #44DDA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44DDA8 is #BB2257. Grayscale: #A9A9A9. Windows color (decimal): -12264024 or 11066692. OLE color: 11066692.
HSL color Cylindrical-coordinate representation of color #44DDA8: hue angle of 159.22º 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 #44DDA8 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 221 | 168 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.13 |
| HSL | 159.22º | 0.69% | 0.57% | - |
| HSV(B) | 159.22º | 0.69% | 0.87% | - |
| XYZ | 35.31 | 55.77 | 45.95 | - |
| YUV | 169.21 | 127.31 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 221 | 168 | 0.69 | 0 | 0.24 | 0.13 | 159.22 | 0.69 | 0.57 |
| Hex | 44 | DD | A8 | 45 | 0 | 18 | D | 9F | 45 | 39 |
| Octal | 104 | 335 | 250 | 105 | 0 | 30 | 15 | 237 | 105 | 71 |
| Binary | 1000100 | 11011101 | 10101000 | 1000101 | 0 | 11000 | 1101 | 10011111 | 1000101 | 111001 |
Color Harmonies of #44DDA8
Complementary color
Monochromatic Colors of #44DDA8
Black with #44DDA8
Text Example
Text Example
White with #44DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DDA8; }
p { color: rgb(68,221,168); }
H1.HeaderClassName
{
color: #44DDA8;
}
.AnyTagClassName
{
color: #44DDA8;
}
</style>
background-color css
<style>
a { background-color: #44DDA8; }
a { background-color: rgb(68,221,168); }
div.DivClassName
{
background-color: #44DDA8;
}
.BgClassName
{
background-color: #44DDA8;
}
</style>
border-color css
<style>
span { border-color: #44DDA8; }
span { border-color: rgb(68,221,168); }
td.TdClassName
{
border-color: #44DDA8;
}
.TagClassName
{
border-color: #44DDA8;
}
</style>