Shades of Shamrock #44CDA8
Tints of Shamrock #44CDA8
RGB
CMYK
RGB Variations
Color information
#44CDA8 (or 0x44CDA8) is known color: Shamrock. HEX triplet: 44, CD and A8. RGB value is (68,205,168). Sum of RGB (Red+Green+Blue) = 68+205+168=441 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.42% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #44CDA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44CDA8 is #BB3257. Grayscale: #9F9F9F. Windows color (decimal): -12268120 or 11062596. OLE color: 11062596.
HSL color Cylindrical-coordinate representation of color #44CDA8: hue angle of 163.8º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CDA8 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 205 | 168 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.20 |
| HSL | 163.8º | 0.58% | 0.54% | - |
| HSV(B) | 163.8º | 0.67% | 0.8% | - |
| XYZ | 31.28 | 47.72 | 44.61 | - |
| YUV | 159.82 | 132.61 | 62.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 205 | 168 | 0.67 | 0 | 0.18 | 0.20 | 163.8 | 0.58 | 0.54 |
| Hex | 44 | CD | A8 | 43 | 0 | 12 | 14 | A4 | 3A | 36 |
| Octal | 104 | 315 | 250 | 103 | 0 | 22 | 24 | 244 | 72 | 66 |
| Binary | 1000100 | 11001101 | 10101000 | 1000011 | 0 | 10010 | 10100 | 10100100 | 111010 | 110110 |
Color Harmonies of #44CDA8
Complementary color
Monochromatic Colors of #44CDA8
Black with #44CDA8
Text Example
Text Example
White with #44CDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CDA8; }
p { color: rgb(68,205,168); }
H1.HeaderClassName
{
color: #44CDA8;
}
.AnyTagClassName
{
color: #44CDA8;
}
</style>
background-color css
<style>
a { background-color: #44CDA8; }
a { background-color: rgb(68,205,168); }
div.DivClassName
{
background-color: #44CDA8;
}
.BgClassName
{
background-color: #44CDA8;
}
</style>
border-color css
<style>
span { border-color: #44CDA8; }
span { border-color: rgb(68,205,168); }
td.TdClassName
{
border-color: #44CDA8;
}
.TagClassName
{
border-color: #44CDA8;
}
</style>