Shades of Shamrock #44DDA4
Tints of Shamrock #44DDA4
RGB
CMYK
RGB Variations
Color information
#44DDA4 (or 0x44DDA4) is known color: Shamrock. HEX triplet: 44, DD and A4. RGB value is (68,221,164). Sum of RGB (Red+Green+Blue) = 68+221+164=453 (60% of max value = 765). Red value is 68 (26.95% from 255 or 15.01% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #44DDA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44DDA4 is #BB225B. Grayscale: #A8A8A8. Windows color (decimal): -12264028 or 10804548. OLE color: 10804548.
HSL color Cylindrical-coordinate representation of color #44DDA4: hue angle of 157.65º 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 #44DDA4 is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 221 | 164 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.13 |
| HSL | 157.65º | 0.69% | 0.57% | - |
| HSV(B) | 157.65º | 0.69% | 0.87% | - |
| XYZ | 34.94 | 55.62 | 44.02 | - |
| YUV | 168.76 | 125.31 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 221 | 164 | 0.69 | 0 | 0.26 | 0.13 | 157.65 | 0.69 | 0.57 |
| Hex | 44 | DD | A4 | 45 | 0 | 1A | D | 9E | 45 | 39 |
| Octal | 104 | 335 | 244 | 105 | 0 | 32 | 15 | 236 | 105 | 71 |
| Binary | 1000100 | 11011101 | 10100100 | 1000101 | 0 | 11010 | 1101 | 10011110 | 1000101 | 111001 |
Color Harmonies of #44DDA4
Complementary color
Monochromatic Colors of #44DDA4
Black with #44DDA4
Text Example
Text Example
White with #44DDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DDA4; }
p { color: rgb(68,221,164); }
H1.HeaderClassName
{
color: #44DDA4;
}
.AnyTagClassName
{
color: #44DDA4;
}
</style>
background-color css
<style>
a { background-color: #44DDA4; }
a { background-color: rgb(68,221,164); }
div.DivClassName
{
background-color: #44DDA4;
}
.BgClassName
{
background-color: #44DDA4;
}
</style>
border-color css
<style>
span { border-color: #44DDA4; }
span { border-color: rgb(68,221,164); }
td.TdClassName
{
border-color: #44DDA4;
}
.TagClassName
{
border-color: #44DDA4;
}
</style>