Shades of Shamrock #44C69F
Tints of Shamrock #44C69F
RGB
CMYK
RGB Variations
Color information
#44C69F (or 0x44C69F) is known color: Shamrock. HEX triplet: 44, C6 and 9F. RGB value is (68,198,159). Sum of RGB (Red+Green+Blue) = 68+198+159=425 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 198 - color contains mainly: green. Hex color #44C69F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44C69F is #BB3960. Grayscale: #9A9A9A. Windows color (decimal): -12269921 or 10470980. OLE color: 10470980.
HSL color Cylindrical-coordinate representation of color #44C69F: hue angle of 162º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44C69F is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 198 | 159 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.22 |
| HSL | 162º | 0.53% | 0.52% | - |
| HSV(B) | 162º | 0.66% | 0.78% | - |
| XYZ | 28.84 | 44.12 | 39.8 | - |
| YUV | 154.68 | 130.43 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 198 | 159 | 0.66 | 0 | 0.20 | 0.22 | 162 | 0.53 | 0.52 |
| Hex | 44 | C6 | 9F | 42 | 0 | 14 | 16 | A2 | 35 | 34 |
| Octal | 104 | 306 | 237 | 102 | 0 | 24 | 26 | 242 | 65 | 64 |
| Binary | 1000100 | 11000110 | 10011111 | 1000010 | 0 | 10100 | 10110 | 10100010 | 110101 | 110100 |
Color Harmonies of #44C69F
Complementary color
Monochromatic Colors of #44C69F
Black with #44C69F
Text Example
Text Example
White with #44C69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C69F; }
p { color: rgb(68,198,159); }
H1.HeaderClassName
{
color: #44C69F;
}
.AnyTagClassName
{
color: #44C69F;
}
</style>
background-color css
<style>
a { background-color: #44C69F; }
a { background-color: rgb(68,198,159); }
div.DivClassName
{
background-color: #44C69F;
}
.BgClassName
{
background-color: #44C69F;
}
</style>
border-color css
<style>
span { border-color: #44C69F; }
span { border-color: rgb(68,198,159); }
td.TdClassName
{
border-color: #44C69F;
}
.TagClassName
{
border-color: #44C69F;
}
</style>