Shades of Shamrock #40C2A0
Tints of Shamrock #40C2A0
RGB
CMYK
RGB Variations
Color information
#40C2A0 (or 0x40C2A0) is known color: Shamrock. HEX triplet: 40, C2 and A0. RGB value is (64,194,160). Sum of RGB (Red+Green+Blue) = 64+194+160=418 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.31% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 194 - color contains mainly: green. Hex color #40C2A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C2A0 is #BF3D5F. Grayscale: #979797. Windows color (decimal): -12533088 or 10535488. OLE color: 10535488.
HSL color Cylindrical-coordinate representation of color #40C2A0: hue angle of 164.31º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C2A0 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 194 | 160 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.24 |
| HSL | 164.31º | 0.52% | 0.51% | - |
| HSV(B) | 164.31º | 0.67% | 0.76% | - |
| XYZ | 27.75 | 42.21 | 39.94 | - |
| YUV | 151.25 | 132.93 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 194 | 160 | 0.67 | 0 | 0.18 | 0.24 | 164.31 | 0.52 | 0.51 |
| Hex | 40 | C2 | A0 | 43 | 0 | 12 | 18 | A4 | 34 | 33 |
| Octal | 100 | 302 | 240 | 103 | 0 | 22 | 30 | 244 | 64 | 63 |
| Binary | 1000000 | 11000010 | 10100000 | 1000011 | 0 | 10010 | 11000 | 10100100 | 110100 | 110011 |
Color Harmonies of #40C2A0
Complementary color
Monochromatic Colors of #40C2A0
Black with #40C2A0
Text Example
Text Example
White with #40C2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C2A0; }
p { color: rgb(64,194,160); }
H1.HeaderClassName
{
color: #40C2A0;
}
.AnyTagClassName
{
color: #40C2A0;
}
</style>
background-color css
<style>
a { background-color: #40C2A0; }
a { background-color: rgb(64,194,160); }
div.DivClassName
{
background-color: #40C2A0;
}
.BgClassName
{
background-color: #40C2A0;
}
</style>
border-color css
<style>
span { border-color: #40C2A0; }
span { border-color: rgb(64,194,160); }
td.TdClassName
{
border-color: #40C2A0;
}
.TagClassName
{
border-color: #40C2A0;
}
</style>