Shades of Shamrock #40C097
Tints of Shamrock #40C097
RGB
CMYK
RGB Variations
Color information
#40C097 (or 0x40C097) is known color: Shamrock. HEX triplet: 40, C0 and 97. RGB value is (64,192,151). Sum of RGB (Red+Green+Blue) = 64+192+151=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #40C097 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C097 is #BF3F68. Grayscale: #959595. Windows color (decimal): -12533609 or 9945152. OLE color: 9945152.
HSL color Cylindrical-coordinate representation of color #40C097: hue angle of 160.78º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C097 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 192 | 151 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.25 |
| HSL | 160.78º | 0.5% | 0.5% | - |
| HSV(B) | 160.78º | 0.67% | 0.75% | - |
| XYZ | 26.55 | 41.02 | 35.8 | - |
| YUV | 149.05 | 129.09 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 192 | 151 | 0.67 | 0 | 0.21 | 0.25 | 160.78 | 0.5 | 0.5 |
| Hex | 40 | C0 | 97 | 43 | 0 | 15 | 19 | A1 | 32 | 32 |
| Octal | 100 | 300 | 227 | 103 | 0 | 25 | 31 | 241 | 62 | 62 |
| Binary | 1000000 | 11000000 | 10010111 | 1000011 | 0 | 10101 | 11001 | 10100001 | 110010 | 110010 |
Color Harmonies of #40C097
Complementary color
Monochromatic Colors of #40C097
Black with #40C097
Text Example
Text Example
White with #40C097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C097; }
p { color: rgb(64,192,151); }
H1.HeaderClassName
{
color: #40C097;
}
.AnyTagClassName
{
color: #40C097;
}
</style>
background-color css
<style>
a { background-color: #40C097; }
a { background-color: rgb(64,192,151); }
div.DivClassName
{
background-color: #40C097;
}
.BgClassName
{
background-color: #40C097;
}
</style>
border-color css
<style>
span { border-color: #40C097; }
span { border-color: rgb(64,192,151); }
td.TdClassName
{
border-color: #40C097;
}
.TagClassName
{
border-color: #40C097;
}
</style>