Shades of Shamrock #44EBA8
Tints of Shamrock #44EBA8
RGB
CMYK
RGB Variations
Color information
#44EBA8 (or 0x44EBA8) is known color: Shamrock. HEX triplet: 44, EB and A8. RGB value is (68,235,168). Sum of RGB (Red+Green+Blue) = 68+235+168=471 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.44% from 471); Green value is 235 (92.19% from 255 or 49.89% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 235 - color contains mainly: green. Hex color #44EBA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44EBA8 is #BB1457. Grayscale: #B1B1B1. Windows color (decimal): -12260440 or 11070276. OLE color: 11070276.
HSL color Cylindrical-coordinate representation of color #44EBA8: hue angle of 155.93º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44EBA8 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 235 | 168 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.08 |
| HSL | 155.93º | 0.81% | 0.59% | - |
| HSV(B) | 155.93º | 0.71% | 0.92% | - |
| XYZ | 39.16 | 63.47 | 47.23 | - |
| YUV | 177.43 | 122.67 | 49.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 235 | 168 | 0.71 | 0 | 0.29 | 0.08 | 155.93 | 0.81 | 0.59 |
| Hex | 44 | EB | A8 | 47 | 0 | 1D | 8 | 9C | 51 | 3B |
| Octal | 104 | 353 | 250 | 107 | 0 | 35 | 10 | 234 | 121 | 73 |
| Binary | 1000100 | 11101011 | 10101000 | 1000111 | 0 | 11101 | 1000 | 10011100 | 1010001 | 111011 |
Color Harmonies of #44EBA8
Complementary color
Monochromatic Colors of #44EBA8
Black with #44EBA8
Text Example
Text Example
White with #44EBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EBA8; }
p { color: rgb(68,235,168); }
H1.HeaderClassName
{
color: #44EBA8;
}
.AnyTagClassName
{
color: #44EBA8;
}
</style>
background-color css
<style>
a { background-color: #44EBA8; }
a { background-color: rgb(68,235,168); }
div.DivClassName
{
background-color: #44EBA8;
}
.BgClassName
{
background-color: #44EBA8;
}
</style>
border-color css
<style>
span { border-color: #44EBA8; }
span { border-color: rgb(68,235,168); }
td.TdClassName
{
border-color: #44EBA8;
}
.TagClassName
{
border-color: #44EBA8;
}
</style>