Shades of Shamrock #44EBA1
Tints of Shamrock #44EBA1
RGB
CMYK
RGB Variations
Color information
#44EBA1 (or 0x44EBA1) is known color: Shamrock. HEX triplet: 44, EB and A1. RGB value is (68,235,161). Sum of RGB (Red+Green+Blue) = 68+235+161=464 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.66% from 464); Green value is 235 (92.19% from 255 or 50.65% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 235 - color contains mainly: green. Hex color #44EBA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44EBA1 is #BB145E. Grayscale: #B0B0B0. Windows color (decimal): -12260447 or 10611524. OLE color: 10611524.
HSL color Cylindrical-coordinate representation of color #44EBA1: hue angle of 153.41º 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 #44EBA1 is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 235 | 161 | - |
| CMYK | 0.71 | 0 | 0.31 | 0.08 |
| HSL | 153.41º | 0.81% | 0.59% | - |
| HSV(B) | 153.41º | 0.71% | 0.92% | - |
| XYZ | 38.53 | 63.22 | 43.89 | - |
| YUV | 176.63 | 119.17 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 235 | 161 | 0.71 | 0 | 0.31 | 0.08 | 153.41 | 0.81 | 0.59 |
| Hex | 44 | EB | A1 | 47 | 0 | 1F | 8 | 99 | 51 | 3B |
| Octal | 104 | 353 | 241 | 107 | 0 | 37 | 10 | 231 | 121 | 73 |
| Binary | 1000100 | 11101011 | 10100001 | 1000111 | 0 | 11111 | 1000 | 10011001 | 1010001 | 111011 |
Color Harmonies of #44EBA1
Complementary color
Monochromatic Colors of #44EBA1
Black with #44EBA1
Text Example
Text Example
White with #44EBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EBA1; }
p { color: rgb(68,235,161); }
H1.HeaderClassName
{
color: #44EBA1;
}
.AnyTagClassName
{
color: #44EBA1;
}
</style>
background-color css
<style>
a { background-color: #44EBA1; }
a { background-color: rgb(68,235,161); }
div.DivClassName
{
background-color: #44EBA1;
}
.BgClassName
{
background-color: #44EBA1;
}
</style>
border-color css
<style>
span { border-color: #44EBA1; }
span { border-color: rgb(68,235,161); }
td.TdClassName
{
border-color: #44EBA1;
}
.TagClassName
{
border-color: #44EBA1;
}
</style>