Shades of Shamrock #44CCA8
Tints of Shamrock #44CCA8
RGB
CMYK
RGB Variations
Color information
#44CCA8 (or 0x44CCA8) is known color: Shamrock. HEX triplet: 44, CC and A8. RGB value is (68,204,168). Sum of RGB (Red+Green+Blue) = 68+204+168=440 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.45% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 204 - color contains mainly: green. Hex color #44CCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44CCA8 is #BB3357. Grayscale: #9F9F9F. Windows color (decimal): -12268376 or 11062340. OLE color: 11062340.
HSL color Cylindrical-coordinate representation of color #44CCA8: hue angle of 164.12º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CCA8 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 204 | 168 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.2 |
| HSL | 164.12º | 0.57% | 0.53% | - |
| HSV(B) | 164.12º | 0.67% | 0.8% | - |
| XYZ | 31.04 | 47.24 | 44.53 | - |
| YUV | 159.23 | 132.94 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 204 | 168 | 0.67 | 0 | 0.18 | 0.2 | 164.12 | 0.57 | 0.53 |
| Hex | 44 | CC | A8 | 43 | 0 | 12 | 14 | A4 | 39 | 35 |
| Octal | 104 | 314 | 250 | 103 | 0 | 22 | 24 | 244 | 71 | 65 |
| Binary | 1000100 | 11001100 | 10101000 | 1000011 | 0 | 10010 | 10100 | 10100100 | 111001 | 110101 |
Color Harmonies of #44CCA8
Complementary color
Monochromatic Colors of #44CCA8
Black with #44CCA8
Text Example
Text Example
White with #44CCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CCA8; }
p { color: rgb(68,204,168); }
H1.HeaderClassName
{
color: #44CCA8;
}
.AnyTagClassName
{
color: #44CCA8;
}
</style>
background-color css
<style>
a { background-color: #44CCA8; }
a { background-color: rgb(68,204,168); }
div.DivClassName
{
background-color: #44CCA8;
}
.BgClassName
{
background-color: #44CCA8;
}
</style>
border-color css
<style>
span { border-color: #44CCA8; }
span { border-color: rgb(68,204,168); }
td.TdClassName
{
border-color: #44CCA8;
}
.TagClassName
{
border-color: #44CCA8;
}
</style>