Shades of Shamrock #44BE8C
Tints of Shamrock #44BE8C
RGB
CMYK
RGB Variations
Color information
#44BE8C (or 0x44BE8C) is known color: Shamrock. HEX triplet: 44, BE and 8C. RGB value is (68,190,140). Sum of RGB (Red+Green+Blue) = 68+190+140=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 190 (74.61% from 255 or 47.74% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 190 - color contains mainly: green. Hex color #44BE8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44BE8C is #BB4173. Grayscale: #939393. Windows color (decimal): -12271988 or 9223748. OLE color: 9223748.
HSL color Cylindrical-coordinate representation of color #44BE8C: hue angle of 155.41º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44BE8C is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 190 | 140 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.25 |
| HSL | 155.41º | 0.48% | 0.51% | - |
| HSV(B) | 155.41º | 0.64% | 0.75% | - |
| XYZ | 25.53 | 39.95 | 31.18 | - |
| YUV | 147.82 | 123.58 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 190 | 140 | 0.64 | 0 | 0.26 | 0.25 | 155.41 | 0.48 | 0.51 |
| Hex | 44 | BE | 8C | 40 | 0 | 1A | 19 | 9B | 30 | 33 |
| Octal | 104 | 276 | 214 | 100 | 0 | 32 | 31 | 233 | 60 | 63 |
| Binary | 1000100 | 10111110 | 10001100 | 1000000 | 0 | 11010 | 11001 | 10011011 | 110000 | 110011 |
Color Harmonies of #44BE8C
Complementary color
Monochromatic Colors of #44BE8C
Black with #44BE8C
Text Example
Text Example
White with #44BE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BE8C; }
p { color: rgb(68,190,140); }
H1.HeaderClassName
{
color: #44BE8C;
}
.AnyTagClassName
{
color: #44BE8C;
}
</style>
background-color css
<style>
a { background-color: #44BE8C; }
a { background-color: rgb(68,190,140); }
div.DivClassName
{
background-color: #44BE8C;
}
.BgClassName
{
background-color: #44BE8C;
}
</style>
border-color css
<style>
span { border-color: #44BE8C; }
span { border-color: rgb(68,190,140); }
td.TdClassName
{
border-color: #44BE8C;
}
.TagClassName
{
border-color: #44BE8C;
}
</style>