Shades of Shamrock #44C39B
Tints of Shamrock #44C39B
RGB
CMYK
RGB Variations
Color information
#44C39B (or 0x44C39B) is known color: Shamrock. HEX triplet: 44, C3 and 9B. RGB value is (68,195,155). Sum of RGB (Red+Green+Blue) = 68+195+155=418 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.27% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 195 - color contains mainly: green. Hex color #44C39B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44C39B is #BB3C64. Grayscale: #989898. Windows color (decimal): -12270693 or 10208068. OLE color: 10208068.
HSL color Cylindrical-coordinate representation of color #44C39B: hue angle of 161.1º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44C39B is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 195 | 155 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.24 |
| HSL | 161.1º | 0.51% | 0.52% | - |
| HSV(B) | 161.1º | 0.65% | 0.76% | - |
| XYZ | 27.82 | 42.63 | 37.77 | - |
| YUV | 152.47 | 129.42 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 195 | 155 | 0.65 | 0 | 0.21 | 0.24 | 161.1 | 0.51 | 0.52 |
| Hex | 44 | C3 | 9B | 41 | 0 | 15 | 18 | A1 | 33 | 34 |
| Octal | 104 | 303 | 233 | 101 | 0 | 25 | 30 | 241 | 63 | 64 |
| Binary | 1000100 | 11000011 | 10011011 | 1000001 | 0 | 10101 | 11000 | 10100001 | 110011 | 110100 |
Color Harmonies of #44C39B
Complementary color
Monochromatic Colors of #44C39B
Black with #44C39B
Text Example
Text Example
White with #44C39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C39B; }
p { color: rgb(68,195,155); }
H1.HeaderClassName
{
color: #44C39B;
}
.AnyTagClassName
{
color: #44C39B;
}
</style>
background-color css
<style>
a { background-color: #44C39B; }
a { background-color: rgb(68,195,155); }
div.DivClassName
{
background-color: #44C39B;
}
.BgClassName
{
background-color: #44C39B;
}
</style>
border-color css
<style>
span { border-color: #44C39B; }
span { border-color: rgb(68,195,155); }
td.TdClassName
{
border-color: #44C39B;
}
.TagClassName
{
border-color: #44C39B;
}
</style>