Shades of Shamrock #44DEAB
Tints of Shamrock #44DEAB
RGB
CMYK
RGB Variations
Color information
#44DEAB (or 0x44DEAB) is known color: Shamrock. HEX triplet: 44, DE and AB. RGB value is (68,222,171). Sum of RGB (Red+Green+Blue) = 68+222+171=461 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.75% from 461); Green value is 222 (87.11% from 255 or 48.16% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 222 - color contains mainly: green. Hex color #44DEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44DEAB is #BB2154. Grayscale: #AAAAAA. Windows color (decimal): -12263765 or 11263556. OLE color: 11263556.
HSL color Cylindrical-coordinate representation of color #44DEAB: hue angle of 160.13º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44DEAB is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 222 | 171 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.13 |
| HSL | 160.13º | 0.7% | 0.57% | - |
| HSV(B) | 160.13º | 0.69% | 0.87% | - |
| XYZ | 35.86 | 56.41 | 47.53 | - |
| YUV | 170.14 | 128.48 | 55.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 222 | 171 | 0.69 | 0 | 0.23 | 0.13 | 160.13 | 0.7 | 0.57 |
| Hex | 44 | DE | AB | 45 | 0 | 17 | D | A0 | 46 | 39 |
| Octal | 104 | 336 | 253 | 105 | 0 | 27 | 15 | 240 | 106 | 71 |
| Binary | 1000100 | 11011110 | 10101011 | 1000101 | 0 | 10111 | 1101 | 10100000 | 1000110 | 111001 |
Color Harmonies of #44DEAB
Complementary color
Monochromatic Colors of #44DEAB
Black with #44DEAB
Text Example
Text Example
White with #44DEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DEAB; }
p { color: rgb(68,222,171); }
H1.HeaderClassName
{
color: #44DEAB;
}
.AnyTagClassName
{
color: #44DEAB;
}
</style>
background-color css
<style>
a { background-color: #44DEAB; }
a { background-color: rgb(68,222,171); }
div.DivClassName
{
background-color: #44DEAB;
}
.BgClassName
{
background-color: #44DEAB;
}
</style>
border-color css
<style>
span { border-color: #44DEAB; }
span { border-color: rgb(68,222,171); }
td.TdClassName
{
border-color: #44DEAB;
}
.TagClassName
{
border-color: #44DEAB;
}
</style>