Shades of Shamrock #44CEAB
Tints of Shamrock #44CEAB
RGB
CMYK
RGB Variations
Color information
#44CEAB (or 0x44CEAB) is known color: Shamrock. HEX triplet: 44, CE and AB. RGB value is (68,206,171). Sum of RGB (Red+Green+Blue) = 68+206+171=445 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.28% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #44CEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44CEAB is #BB3154. Grayscale: #A0A0A0. Windows color (decimal): -12267861 or 11259460. OLE color: 11259460.
HSL color Cylindrical-coordinate representation of color #44CEAB: hue angle of 164.78º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CEAB is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 206 | 171 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.19 |
| HSL | 164.78º | 0.58% | 0.54% | - |
| HSV(B) | 164.78º | 0.67% | 0.81% | - |
| XYZ | 31.81 | 48.31 | 46.18 | - |
| YUV | 160.75 | 133.78 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 206 | 171 | 0.67 | 0 | 0.17 | 0.19 | 164.78 | 0.58 | 0.54 |
| Hex | 44 | CE | AB | 43 | 0 | 11 | 13 | A5 | 3A | 36 |
| Octal | 104 | 316 | 253 | 103 | 0 | 21 | 23 | 245 | 72 | 66 |
| Binary | 1000100 | 11001110 | 10101011 | 1000011 | 0 | 10001 | 10011 | 10100101 | 111010 | 110110 |
Color Harmonies of #44CEAB
Complementary color
Monochromatic Colors of #44CEAB
Black with #44CEAB
Text Example
Text Example
White with #44CEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CEAB; }
p { color: rgb(68,206,171); }
H1.HeaderClassName
{
color: #44CEAB;
}
.AnyTagClassName
{
color: #44CEAB;
}
</style>
background-color css
<style>
a { background-color: #44CEAB; }
a { background-color: rgb(68,206,171); }
div.DivClassName
{
background-color: #44CEAB;
}
.BgClassName
{
background-color: #44CEAB;
}
</style>
border-color css
<style>
span { border-color: #44CEAB; }
span { border-color: rgb(68,206,171); }
td.TdClassName
{
border-color: #44CEAB;
}
.TagClassName
{
border-color: #44CEAB;
}
</style>