Shades of Shamrock #40CAB1
Tints of Shamrock #40CAB1
RGB
CMYK
RGB Variations
Color information
#40CAB1 (or 0x40CAB1) is known color: Shamrock. HEX triplet: 40, CA and B1. RGB value is (64,202,177). Sum of RGB (Red+Green+Blue) = 64+202+177=443 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.45% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 177 (69.53% from 255 or 39.95% from 443); Max value from RGB is 202 - color contains mainly: green. Hex color #40CAB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CAB1 is #BF354E. Grayscale: #9D9D9D. Windows color (decimal): -12531023 or 11651648. OLE color: 11651648.
HSL color Cylindrical-coordinate representation of color #40CAB1: hue angle of 169.13º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40CAB1 is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 202 | 177 | - |
| CMYK | 0.68 | 0 | 0.12 | 0.21 |
| HSL | 169.13º | 0.57% | 0.52% | - |
| HSV(B) | 169.13º | 0.68% | 0.79% | - |
| XYZ | 31.17 | 46.51 | 48.93 | - |
| YUV | 157.89 | 138.78 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 202 | 177 | 0.68 | 0 | 0.12 | 0.21 | 169.13 | 0.57 | 0.52 |
| Hex | 40 | CA | B1 | 44 | 0 | C | 15 | A9 | 39 | 34 |
| Octal | 100 | 312 | 261 | 104 | 0 | 14 | 25 | 251 | 71 | 64 |
| Binary | 1000000 | 11001010 | 10110001 | 1000100 | 0 | 1100 | 10101 | 10101001 | 111001 | 110100 |
Color Harmonies of #40CAB1
Complementary color
Monochromatic Colors of #40CAB1
Black with #40CAB1
Text Example
Text Example
White with #40CAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CAB1; }
p { color: rgb(64,202,177); }
H1.HeaderClassName
{
color: #40CAB1;
}
.AnyTagClassName
{
color: #40CAB1;
}
</style>
background-color css
<style>
a { background-color: #40CAB1; }
a { background-color: rgb(64,202,177); }
div.DivClassName
{
background-color: #40CAB1;
}
.BgClassName
{
background-color: #40CAB1;
}
</style>
border-color css
<style>
span { border-color: #40CAB1; }
span { border-color: rgb(64,202,177); }
td.TdClassName
{
border-color: #40CAB1;
}
.TagClassName
{
border-color: #40CAB1;
}
</style>