Shades of Shamrock #44DDA3
Tints of Shamrock #44DDA3
RGB
CMYK
RGB Variations
Color information
#44DDA3 (or 0x44DDA3) is known color: Shamrock. HEX triplet: 44, DD and A3. RGB value is (68,221,163). Sum of RGB (Red+Green+Blue) = 68+221+163=452 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.04% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 163 (64.06% from 255 or 36.06% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #44DDA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44DDA3 is #BB225C. Grayscale: #A8A8A8. Windows color (decimal): -12264029 or 10739012. OLE color: 10739012.
HSL color Cylindrical-coordinate representation of color #44DDA3: hue angle of 157.25º 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 #44DDA3 is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 221 | 163 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.13 |
| HSL | 157.25º | 0.69% | 0.57% | - |
| HSV(B) | 157.25º | 0.69% | 0.87% | - |
| XYZ | 34.85 | 55.59 | 43.54 | - |
| YUV | 168.64 | 124.81 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 221 | 163 | 0.69 | 0 | 0.26 | 0.13 | 157.25 | 0.69 | 0.57 |
| Hex | 44 | DD | A3 | 45 | 0 | 1A | D | 9D | 45 | 39 |
| Octal | 104 | 335 | 243 | 105 | 0 | 32 | 15 | 235 | 105 | 71 |
| Binary | 1000100 | 11011101 | 10100011 | 1000101 | 0 | 11010 | 1101 | 10011101 | 1000101 | 111001 |
Color Harmonies of #44DDA3
Complementary color
Monochromatic Colors of #44DDA3
Black with #44DDA3
Text Example
Text Example
White with #44DDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DDA3; }
p { color: rgb(68,221,163); }
H1.HeaderClassName
{
color: #44DDA3;
}
.AnyTagClassName
{
color: #44DDA3;
}
</style>
background-color css
<style>
a { background-color: #44DDA3; }
a { background-color: rgb(68,221,163); }
div.DivClassName
{
background-color: #44DDA3;
}
.BgClassName
{
background-color: #44DDA3;
}
</style>
border-color css
<style>
span { border-color: #44DDA3; }
span { border-color: rgb(68,221,163); }
td.TdClassName
{
border-color: #44DDA3;
}
.TagClassName
{
border-color: #44DDA3;
}
</style>