Shades of Shamrock #40C8A2
Tints of Shamrock #40C8A2
RGB
CMYK
RGB Variations
Color information
#40C8A2 (or 0x40C8A2) is known color: Shamrock. HEX triplet: 40, C8 and A2. RGB value is (64,200,162). Sum of RGB (Red+Green+Blue) = 64+200+162=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 200 (78.52% from 255 or 46.95% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 200 - color contains mainly: green. Hex color #40C8A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C8A2 is #BF375D. Grayscale: #9B9B9B. Windows color (decimal): -12531550 or 10668096. OLE color: 10668096.
HSL color Cylindrical-coordinate representation of color #40C8A2: hue angle of 163.24º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C8A2 is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 200 | 162 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.22 |
| HSL | 163.24º | 0.55% | 0.52% | - |
| HSV(B) | 163.24º | 0.68% | 0.78% | - |
| XYZ | 29.29 | 45.01 | 41.33 | - |
| YUV | 155 | 131.94 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 200 | 162 | 0.68 | 0 | 0.19 | 0.22 | 163.24 | 0.55 | 0.52 |
| Hex | 40 | C8 | A2 | 44 | 0 | 13 | 16 | A3 | 37 | 34 |
| Octal | 100 | 310 | 242 | 104 | 0 | 23 | 26 | 243 | 67 | 64 |
| Binary | 1000000 | 11001000 | 10100010 | 1000100 | 0 | 10011 | 10110 | 10100011 | 110111 | 110100 |
Color Harmonies of #40C8A2
Complementary color
Monochromatic Colors of #40C8A2
Black with #40C8A2
Text Example
Text Example
White with #40C8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C8A2; }
p { color: rgb(64,200,162); }
H1.HeaderClassName
{
color: #40C8A2;
}
.AnyTagClassName
{
color: #40C8A2;
}
</style>
background-color css
<style>
a { background-color: #40C8A2; }
a { background-color: rgb(64,200,162); }
div.DivClassName
{
background-color: #40C8A2;
}
.BgClassName
{
background-color: #40C8A2;
}
</style>
border-color css
<style>
span { border-color: #40C8A2; }
span { border-color: rgb(64,200,162); }
td.TdClassName
{
border-color: #40C8A2;
}
.TagClassName
{
border-color: #40C8A2;
}
</style>