Shades of Shamrock #40CEA6
Tints of Shamrock #40CEA6
RGB
CMYK
RGB Variations
Color information
#40CEA6 (or 0x40CEA6) is known color: Shamrock. HEX triplet: 40, CE and A6. RGB value is (64,206,166). Sum of RGB (Red+Green+Blue) = 64+206+166=436 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.68% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 166 (65.23% from 255 or 38.07% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #40CEA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CEA6 is #BF3159. Grayscale: #9E9E9E. Windows color (decimal): -12530010 or 10931776. OLE color: 10931776.
HSL color Cylindrical-coordinate representation of color #40CEA6: hue angle of 163.1º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CEA6 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 166 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.19 |
| HSL | 163.1º | 0.59% | 0.53% | - |
| HSV(B) | 163.1º | 0.69% | 0.81% | - |
| XYZ | 31.07 | 47.99 | 43.7 | - |
| YUV | 158.98 | 131.96 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 166 | 0.69 | 0 | 0.19 | 0.19 | 163.1 | 0.59 | 0.53 |
| Hex | 40 | CE | A6 | 45 | 0 | 13 | 13 | A3 | 3B | 35 |
| Octal | 100 | 316 | 246 | 105 | 0 | 23 | 23 | 243 | 73 | 65 |
| Binary | 1000000 | 11001110 | 10100110 | 1000101 | 0 | 10011 | 10011 | 10100011 | 111011 | 110101 |
Color Harmonies of #40CEA6
Complementary color
Monochromatic Colors of #40CEA6
Black with #40CEA6
Text Example
Text Example
White with #40CEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CEA6; }
p { color: rgb(64,206,166); }
H1.HeaderClassName
{
color: #40CEA6;
}
.AnyTagClassName
{
color: #40CEA6;
}
</style>
background-color css
<style>
a { background-color: #40CEA6; }
a { background-color: rgb(64,206,166); }
div.DivClassName
{
background-color: #40CEA6;
}
.BgClassName
{
background-color: #40CEA6;
}
</style>
border-color css
<style>
span { border-color: #40CEA6; }
span { border-color: rgb(64,206,166); }
td.TdClassName
{
border-color: #40CEA6;
}
.TagClassName
{
border-color: #40CEA6;
}
</style>