Shades of Shamrock #44EBA4
Tints of Shamrock #44EBA4
RGB
CMYK
RGB Variations
Color information
#44EBA4 (or 0x44EBA4) is known color: Shamrock. HEX triplet: 44, EB and A4. RGB value is (68,235,164). Sum of RGB (Red+Green+Blue) = 68+235+164=467 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.56% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #44EBA4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44EBA4 is #BB145B. Grayscale: #B1B1B1. Windows color (decimal): -12260444 or 10808132. OLE color: 10808132.
HSL color Cylindrical-coordinate representation of color #44EBA4: hue angle of 154.49º 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 #44EBA4 is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 235 | 164 | - |
| CMYK | 0.71 | 0 | 0.30 | 0.08 |
| HSL | 154.49º | 0.81% | 0.59% | - |
| HSV(B) | 154.49º | 0.71% | 0.92% | - |
| XYZ | 38.79 | 63.33 | 45.3 | - |
| YUV | 176.97 | 120.67 | 50.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 235 | 164 | 0.71 | 0 | 0.30 | 0.08 | 154.49 | 0.81 | 0.59 |
| Hex | 44 | EB | A4 | 47 | 0 | 1E | 8 | 9A | 51 | 3B |
| Octal | 104 | 353 | 244 | 107 | 0 | 36 | 10 | 232 | 121 | 73 |
| Binary | 1000100 | 11101011 | 10100100 | 1000111 | 0 | 11110 | 1000 | 10011010 | 1010001 | 111011 |
Color Harmonies of #44EBA4
Complementary color
Monochromatic Colors of #44EBA4
Black with #44EBA4
Text Example
Text Example
White with #44EBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EBA4; }
p { color: rgb(68,235,164); }
H1.HeaderClassName
{
color: #44EBA4;
}
.AnyTagClassName
{
color: #44EBA4;
}
</style>
background-color css
<style>
a { background-color: #44EBA4; }
a { background-color: rgb(68,235,164); }
div.DivClassName
{
background-color: #44EBA4;
}
.BgClassName
{
background-color: #44EBA4;
}
</style>
border-color css
<style>
span { border-color: #44EBA4; }
span { border-color: rgb(68,235,164); }
td.TdClassName
{
border-color: #44EBA4;
}
.TagClassName
{
border-color: #44EBA4;
}
</style>