Shades of Shamrock #44EBA5
Tints of Shamrock #44EBA5
RGB
CMYK
RGB Variations
Color information
#44EBA5 (or 0x44EBA5) is known color: Shamrock. HEX triplet: 44, EB and A5. RGB value is (68,235,165). Sum of RGB (Red+Green+Blue) = 68+235+165=468 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.53% from 468); Green value is 235 (92.19% from 255 or 50.21% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 235 - color contains mainly: green. Hex color #44EBA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44EBA5 is #BB145A. Grayscale: #B1B1B1. Windows color (decimal): -12260443 or 10873668. OLE color: 10873668.
HSL color Cylindrical-coordinate representation of color #44EBA5: hue angle of 154.85º 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 #44EBA5 is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 235 | 165 | - |
| CMYK | 0.71 | 0 | 0.30 | 0.08 |
| HSL | 154.85º | 0.81% | 0.59% | - |
| HSV(B) | 154.85º | 0.71% | 0.92% | - |
| XYZ | 38.88 | 63.36 | 45.78 | - |
| YUV | 177.09 | 121.17 | 50.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 235 | 165 | 0.71 | 0 | 0.30 | 0.08 | 154.85 | 0.81 | 0.59 |
| Hex | 44 | EB | A5 | 47 | 0 | 1E | 8 | 9B | 51 | 3B |
| Octal | 104 | 353 | 245 | 107 | 0 | 36 | 10 | 233 | 121 | 73 |
| Binary | 1000100 | 11101011 | 10100101 | 1000111 | 0 | 11110 | 1000 | 10011011 | 1010001 | 111011 |
Color Harmonies of #44EBA5
Complementary color
Monochromatic Colors of #44EBA5
Black with #44EBA5
Text Example
Text Example
White with #44EBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EBA5; }
p { color: rgb(68,235,165); }
H1.HeaderClassName
{
color: #44EBA5;
}
.AnyTagClassName
{
color: #44EBA5;
}
</style>
background-color css
<style>
a { background-color: #44EBA5; }
a { background-color: rgb(68,235,165); }
div.DivClassName
{
background-color: #44EBA5;
}
.BgClassName
{
background-color: #44EBA5;
}
</style>
border-color css
<style>
span { border-color: #44EBA5; }
span { border-color: rgb(68,235,165); }
td.TdClassName
{
border-color: #44EBA5;
}
.TagClassName
{
border-color: #44EBA5;
}
</style>