Shades of Shamrock #40CEA1
Tints of Shamrock #40CEA1
RGB
CMYK
RGB Variations
Color information
#40CEA1 (or 0x40CEA1) is known color: Shamrock. HEX triplet: 40, CE and A1. RGB value is (64,206,161). Sum of RGB (Red+Green+Blue) = 64+206+161=431 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.85% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 206 - color contains mainly: green. Hex color #40CEA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CEA1 is #BF315E. Grayscale: #9E9E9E. Windows color (decimal): -12530015 or 10604096. OLE color: 10604096.
HSL color Cylindrical-coordinate representation of color #40CEA1: hue angle of 160.99º 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 #40CEA1 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 161 | - |
| CMYK | 0.69 | 0 | 0.22 | 0.19 |
| HSL | 160.99º | 0.59% | 0.53% | - |
| HSV(B) | 160.99º | 0.69% | 0.81% | - |
| XYZ | 30.62 | 47.81 | 41.33 | - |
| YUV | 158.41 | 129.46 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 161 | 0.69 | 0 | 0.22 | 0.19 | 160.99 | 0.59 | 0.53 |
| Hex | 40 | CE | A1 | 45 | 0 | 16 | 13 | A1 | 3B | 35 |
| Octal | 100 | 316 | 241 | 105 | 0 | 26 | 23 | 241 | 73 | 65 |
| Binary | 1000000 | 11001110 | 10100001 | 1000101 | 0 | 10110 | 10011 | 10100001 | 111011 | 110101 |
Color Harmonies of #40CEA1
Complementary color
Monochromatic Colors of #40CEA1
Black with #40CEA1
Text Example
Text Example
White with #40CEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CEA1; }
p { color: rgb(64,206,161); }
H1.HeaderClassName
{
color: #40CEA1;
}
.AnyTagClassName
{
color: #40CEA1;
}
</style>
background-color css
<style>
a { background-color: #40CEA1; }
a { background-color: rgb(64,206,161); }
div.DivClassName
{
background-color: #40CEA1;
}
.BgClassName
{
background-color: #40CEA1;
}
</style>
border-color css
<style>
span { border-color: #40CEA1; }
span { border-color: rgb(64,206,161); }
td.TdClassName
{
border-color: #40CEA1;
}
.TagClassName
{
border-color: #40CEA1;
}
</style>