Shades of Shamrock #44CE8F
Tints of Shamrock #44CE8F
RGB
CMYK
RGB Variations
Color information
#44CE8F (or 0x44CE8F) is known color: Shamrock. HEX triplet: 44, CE and 8F. RGB value is (68,206,143). Sum of RGB (Red+Green+Blue) = 68+206+143=417 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.31% from 417); Green value is 206 (80.86% from 255 or 49.40% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 206 - color contains mainly: green. Hex color #44CE8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44CE8F is #BB3170. Grayscale: #9D9D9D. Windows color (decimal): -12267889 or 9424452. OLE color: 9424452.
HSL color Cylindrical-coordinate representation of color #44CE8F: hue angle of 152.61º 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 #44CE8F is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 206 | 143 | - |
| CMYK | 0.67 | 0 | 0.31 | 0.19 |
| HSL | 152.61º | 0.58% | 0.54% | - |
| HSV(B) | 152.61º | 0.67% | 0.81% | - |
| XYZ | 29.41 | 47.35 | 33.58 | - |
| YUV | 157.56 | 119.78 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 206 | 143 | 0.67 | 0 | 0.31 | 0.19 | 152.61 | 0.58 | 0.54 |
| Hex | 44 | CE | 8F | 43 | 0 | 1F | 13 | 99 | 3A | 36 |
| Octal | 104 | 316 | 217 | 103 | 0 | 37 | 23 | 231 | 72 | 66 |
| Binary | 1000100 | 11001110 | 10001111 | 1000011 | 0 | 11111 | 10011 | 10011001 | 111010 | 110110 |
Color Harmonies of #44CE8F
Complementary color
Monochromatic Colors of #44CE8F
Black with #44CE8F
Text Example
Text Example
White with #44CE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CE8F; }
p { color: rgb(68,206,143); }
H1.HeaderClassName
{
color: #44CE8F;
}
.AnyTagClassName
{
color: #44CE8F;
}
</style>
background-color css
<style>
a { background-color: #44CE8F; }
a { background-color: rgb(68,206,143); }
div.DivClassName
{
background-color: #44CE8F;
}
.BgClassName
{
background-color: #44CE8F;
}
</style>
border-color css
<style>
span { border-color: #44CE8F; }
span { border-color: rgb(68,206,143); }
td.TdClassName
{
border-color: #44CE8F;
}
.TagClassName
{
border-color: #44CE8F;
}
</style>