Shades of Shamrock #40CCA1
Tints of Shamrock #40CCA1
RGB
CMYK
RGB Variations
Color information
#40CCA1 (or 0x40CCA1) is known color: Shamrock. HEX triplet: 40, CC and A1. RGB value is (64,204,161). Sum of RGB (Red+Green+Blue) = 64+204+161=429 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.92% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #40CCA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CCA1 is #BF335E. Grayscale: #9D9D9D. Windows color (decimal): -12530527 or 10603584. OLE color: 10603584.
HSL color Cylindrical-coordinate representation of color #40CCA1: hue angle of 161.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CCA1 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 204 | 161 | - |
| CMYK | 0.69 | 0 | 0.21 | 0.2 |
| HSL | 161.57º | 0.58% | 0.53% | - |
| HSV(B) | 161.57º | 0.69% | 0.8% | - |
| XYZ | 30.14 | 46.85 | 41.17 | - |
| YUV | 157.24 | 130.12 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 204 | 161 | 0.69 | 0 | 0.21 | 0.2 | 161.57 | 0.58 | 0.53 |
| Hex | 40 | CC | A1 | 45 | 0 | 15 | 14 | A2 | 3A | 35 |
| Octal | 100 | 314 | 241 | 105 | 0 | 25 | 24 | 242 | 72 | 65 |
| Binary | 1000000 | 11001100 | 10100001 | 1000101 | 0 | 10101 | 10100 | 10100010 | 111010 | 110101 |
Color Harmonies of #40CCA1
Complementary color
Monochromatic Colors of #40CCA1
Black with #40CCA1
Text Example
Text Example
White with #40CCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CCA1; }
p { color: rgb(64,204,161); }
H1.HeaderClassName
{
color: #40CCA1;
}
.AnyTagClassName
{
color: #40CCA1;
}
</style>
background-color css
<style>
a { background-color: #40CCA1; }
a { background-color: rgb(64,204,161); }
div.DivClassName
{
background-color: #40CCA1;
}
.BgClassName
{
background-color: #40CCA1;
}
</style>
border-color css
<style>
span { border-color: #40CCA1; }
span { border-color: rgb(64,204,161); }
td.TdClassName
{
border-color: #40CCA1;
}
.TagClassName
{
border-color: #40CCA1;
}
</style>