Shades of Shamrock #44EEA0
Tints of Shamrock #44EEA0
RGB
CMYK
RGB Variations
Color information
#44EEA0 (or 0x44EEA0) is known color: Shamrock. HEX triplet: 44, EE and A0. RGB value is (68,238,160). Sum of RGB (Red+Green+Blue) = 68+238+160=466 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.59% from 466); Green value is 238 (93.36% from 255 or 51.07% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 238 - color contains mainly: green. Hex color #44EEA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44EEA0 is #BB115F. Grayscale: #B2B2B2. Windows color (decimal): -12259680 or 10546756. OLE color: 10546756.
HSL color Cylindrical-coordinate representation of color #44EEA0: hue angle of 152.47º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44EEA0 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 238 | 160 | - |
| CMYK | 0.71 | 0 | 0.33 | 0.07 |
| HSL | 152.47º | 0.83% | 0.6% | - |
| HSV(B) | 152.47º | 0.71% | 0.93% | - |
| XYZ | 39.3 | 64.92 | 43.72 | - |
| YUV | 178.28 | 117.68 | 49.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 238 | 160 | 0.71 | 0 | 0.33 | 0.07 | 152.47 | 0.83 | 0.6 |
| Hex | 44 | EE | A0 | 47 | 0 | 21 | 7 | 98 | 53 | 3C |
| Octal | 104 | 356 | 240 | 107 | 0 | 41 | 7 | 230 | 123 | 74 |
| Binary | 1000100 | 11101110 | 10100000 | 1000111 | 0 | 100001 | 111 | 10011000 | 1010011 | 111100 |
Color Harmonies of #44EEA0
Complementary color
Monochromatic Colors of #44EEA0
Black with #44EEA0
Text Example
Text Example
White with #44EEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EEA0; }
p { color: rgb(68,238,160); }
H1.HeaderClassName
{
color: #44EEA0;
}
.AnyTagClassName
{
color: #44EEA0;
}
</style>
background-color css
<style>
a { background-color: #44EEA0; }
a { background-color: rgb(68,238,160); }
div.DivClassName
{
background-color: #44EEA0;
}
.BgClassName
{
background-color: #44EEA0;
}
</style>
border-color css
<style>
span { border-color: #44EEA0; }
span { border-color: rgb(68,238,160); }
td.TdClassName
{
border-color: #44EEA0;
}
.TagClassName
{
border-color: #44EEA0;
}
</style>