Shades of Shamrock #44CCAA
Tints of Shamrock #44CCAA
RGB
CMYK
RGB Variations
Color information
#44CCAA (or 0x44CCAA) is known color: Shamrock. HEX triplet: 44, CC and AA. RGB value is (68,204,170). Sum of RGB (Red+Green+Blue) = 68+204+170=442 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.38% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 204 - color contains mainly: green. Hex color #44CCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44CCAA is #BB3355. Grayscale: #9F9F9F. Windows color (decimal): -12268374 or 11193412. OLE color: 11193412.
HSL color Cylindrical-coordinate representation of color #44CCAA: hue angle of 165º 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 #44CCAA is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 204 | 170 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.2 |
| HSL | 165º | 0.57% | 0.53% | - |
| HSV(B) | 165º | 0.67% | 0.8% | - |
| XYZ | 31.23 | 47.32 | 45.52 | - |
| YUV | 159.46 | 133.94 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 204 | 170 | 0.67 | 0 | 0.17 | 0.2 | 165 | 0.57 | 0.53 |
| Hex | 44 | CC | AA | 43 | 0 | 11 | 14 | A5 | 39 | 35 |
| Octal | 104 | 314 | 252 | 103 | 0 | 21 | 24 | 245 | 71 | 65 |
| Binary | 1000100 | 11001100 | 10101010 | 1000011 | 0 | 10001 | 10100 | 10100101 | 111001 | 110101 |
Color Harmonies of #44CCAA
Complementary color
Monochromatic Colors of #44CCAA
Black with #44CCAA
Text Example
Text Example
White with #44CCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CCAA; }
p { color: rgb(68,204,170); }
H1.HeaderClassName
{
color: #44CCAA;
}
.AnyTagClassName
{
color: #44CCAA;
}
</style>
background-color css
<style>
a { background-color: #44CCAA; }
a { background-color: rgb(68,204,170); }
div.DivClassName
{
background-color: #44CCAA;
}
.BgClassName
{
background-color: #44CCAA;
}
</style>
border-color css
<style>
span { border-color: #44CCAA; }
span { border-color: rgb(68,204,170); }
td.TdClassName
{
border-color: #44CCAA;
}
.TagClassName
{
border-color: #44CCAA;
}
</style>