Shades of Shamrock #44BC8A
Tints of Shamrock #44BC8A
RGB
CMYK
RGB Variations
Color information
#44BC8A (or 0x44BC8A) is known color: Shamrock. HEX triplet: 44, BC and 8A. RGB value is (68,188,138). Sum of RGB (Red+Green+Blue) = 68+188+138=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 188 - color contains mainly: green. Hex color #44BC8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44BC8A is #BB4375. Grayscale: #929292. Windows color (decimal): -12272502 or 9092164. OLE color: 9092164.
HSL color Cylindrical-coordinate representation of color #44BC8A: hue angle of 155º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44BC8A is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 188 | 138 | - |
| CMYK | 0.64 | 0 | 0.27 | 0.26 |
| HSL | 155º | 0.47% | 0.5% | - |
| HSV(B) | 155º | 0.64% | 0.74% | - |
| XYZ | 24.95 | 39.03 | 30.26 | - |
| YUV | 146.42 | 123.24 | 72.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 188 | 138 | 0.64 | 0 | 0.27 | 0.26 | 155 | 0.47 | 0.5 |
| Hex | 44 | BC | 8A | 40 | 0 | 1B | 1A | 9B | 2F | 32 |
| Octal | 104 | 274 | 212 | 100 | 0 | 33 | 32 | 233 | 57 | 62 |
| Binary | 1000100 | 10111100 | 10001010 | 1000000 | 0 | 11011 | 11010 | 10011011 | 101111 | 110010 |
Color Harmonies of #44BC8A
Complementary color
Monochromatic Colors of #44BC8A
Black with #44BC8A
Text Example
Text Example
White with #44BC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BC8A; }
p { color: rgb(68,188,138); }
H1.HeaderClassName
{
color: #44BC8A;
}
.AnyTagClassName
{
color: #44BC8A;
}
</style>
background-color css
<style>
a { background-color: #44BC8A; }
a { background-color: rgb(68,188,138); }
div.DivClassName
{
background-color: #44BC8A;
}
.BgClassName
{
background-color: #44BC8A;
}
</style>
border-color css
<style>
span { border-color: #44BC8A; }
span { border-color: rgb(68,188,138); }
td.TdClassName
{
border-color: #44BC8A;
}
.TagClassName
{
border-color: #44BC8A;
}
</style>