Shades of Shamrock #40C19F
Tints of Shamrock #40C19F
RGB
CMYK
RGB Variations
Color information
#40C19F (or 0x40C19F) is known color: Shamrock. HEX triplet: 40, C1 and 9F. RGB value is (64,193,159). Sum of RGB (Red+Green+Blue) = 64+193+159=416 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.38% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #40C19F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C19F is #BF3E60. Grayscale: #969696. Windows color (decimal): -12533345 or 10469696. OLE color: 10469696.
HSL color Cylindrical-coordinate representation of color #40C19F: hue angle of 164.19º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C19F is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 193 | 159 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.24 |
| HSL | 164.19º | 0.51% | 0.5% | - |
| HSV(B) | 164.19º | 0.67% | 0.76% | - |
| XYZ | 27.44 | 41.73 | 39.41 | - |
| YUV | 150.55 | 132.76 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 193 | 159 | 0.67 | 0 | 0.18 | 0.24 | 164.19 | 0.51 | 0.5 |
| Hex | 40 | C1 | 9F | 43 | 0 | 12 | 18 | A4 | 33 | 32 |
| Octal | 100 | 301 | 237 | 103 | 0 | 22 | 30 | 244 | 63 | 62 |
| Binary | 1000000 | 11000001 | 10011111 | 1000011 | 0 | 10010 | 11000 | 10100100 | 110011 | 110010 |
Color Harmonies of #40C19F
Complementary color
Monochromatic Colors of #40C19F
Black with #40C19F
Text Example
Text Example
White with #40C19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C19F; }
p { color: rgb(64,193,159); }
H1.HeaderClassName
{
color: #40C19F;
}
.AnyTagClassName
{
color: #40C19F;
}
</style>
background-color css
<style>
a { background-color: #40C19F; }
a { background-color: rgb(64,193,159); }
div.DivClassName
{
background-color: #40C19F;
}
.BgClassName
{
background-color: #40C19F;
}
</style>
border-color css
<style>
span { border-color: #40C19F; }
span { border-color: rgb(64,193,159); }
td.TdClassName
{
border-color: #40C19F;
}
.TagClassName
{
border-color: #40C19F;
}
</style>