Shades of Shamrock #44D08B
Tints of Shamrock #44D08B
RGB
CMYK
RGB Variations
Color information
#44D08B (or 0x44D08B) is known color: Shamrock. HEX triplet: 44, D0 and 8B. RGB value is (68,208,139). Sum of RGB (Red+Green+Blue) = 68+208+139=415 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.39% from 415); Green value is 208 (81.64% from 255 or 50.12% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 208 - color contains mainly: green. Hex color #44D08B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44D08B is #BB2F74. Grayscale: #9E9E9E. Windows color (decimal): -12267381 or 9162820. OLE color: 9162820.
HSL color Cylindrical-coordinate representation of color #44D08B: hue angle of 150.43º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44D08B is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 208 | 139 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.18 |
| HSL | 150.43º | 0.6% | 0.54% | - |
| HSV(B) | 150.43º | 0.67% | 0.82% | - |
| XYZ | 29.6 | 48.2 | 32.17 | - |
| YUV | 158.27 | 117.12 | 63.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 208 | 139 | 0.67 | 0 | 0.33 | 0.18 | 150.43 | 0.6 | 0.54 |
| Hex | 44 | D0 | 8B | 43 | 0 | 21 | 12 | 96 | 3C | 36 |
| Octal | 104 | 320 | 213 | 103 | 0 | 41 | 22 | 226 | 74 | 66 |
| Binary | 1000100 | 11010000 | 10001011 | 1000011 | 0 | 100001 | 10010 | 10010110 | 111100 | 110110 |
Color Harmonies of #44D08B
Complementary color
Monochromatic Colors of #44D08B
Black with #44D08B
Text Example
Text Example
White with #44D08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D08B; }
p { color: rgb(68,208,139); }
H1.HeaderClassName
{
color: #44D08B;
}
.AnyTagClassName
{
color: #44D08B;
}
</style>
background-color css
<style>
a { background-color: #44D08B; }
a { background-color: rgb(68,208,139); }
div.DivClassName
{
background-color: #44D08B;
}
.BgClassName
{
background-color: #44D08B;
}
</style>
border-color css
<style>
span { border-color: #44D08B; }
span { border-color: rgb(68,208,139); }
td.TdClassName
{
border-color: #44D08B;
}
.TagClassName
{
border-color: #44D08B;
}
</style>