Shades of Shamrock #40CAA3
Tints of Shamrock #40CAA3
RGB
CMYK
RGB Variations
Color information
#40CAA3 (or 0x40CAA3) is known color: Shamrock. HEX triplet: 40, CA and A3. RGB value is (64,202,163). Sum of RGB (Red+Green+Blue) = 64+202+163=429 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.92% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 163 (64.06% from 255 or 38.00% from 429); Max value from RGB is 202 - color contains mainly: green. Hex color #40CAA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CAA3 is #BF355C. Grayscale: #9C9C9C. Windows color (decimal): -12531037 or 10734144. OLE color: 10734144.
HSL color Cylindrical-coordinate representation of color #40CAA3: hue angle of 163.04º 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 #40CAA3 is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 202 | 163 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.21 |
| HSL | 163.04º | 0.57% | 0.52% | - |
| HSV(B) | 163.04º | 0.68% | 0.79% | - |
| XYZ | 29.85 | 45.98 | 41.95 | - |
| YUV | 156.29 | 131.78 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 202 | 163 | 0.68 | 0 | 0.19 | 0.21 | 163.04 | 0.57 | 0.52 |
| Hex | 40 | CA | A3 | 44 | 0 | 13 | 15 | A3 | 39 | 34 |
| Octal | 100 | 312 | 243 | 104 | 0 | 23 | 25 | 243 | 71 | 64 |
| Binary | 1000000 | 11001010 | 10100011 | 1000100 | 0 | 10011 | 10101 | 10100011 | 111001 | 110100 |
Color Harmonies of #40CAA3
Complementary color
Monochromatic Colors of #40CAA3
Black with #40CAA3
Text Example
Text Example
White with #40CAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CAA3; }
p { color: rgb(64,202,163); }
H1.HeaderClassName
{
color: #40CAA3;
}
.AnyTagClassName
{
color: #40CAA3;
}
</style>
background-color css
<style>
a { background-color: #40CAA3; }
a { background-color: rgb(64,202,163); }
div.DivClassName
{
background-color: #40CAA3;
}
.BgClassName
{
background-color: #40CAA3;
}
</style>
border-color css
<style>
span { border-color: #40CAA3; }
span { border-color: rgb(64,202,163); }
td.TdClassName
{
border-color: #40CAA3;
}
.TagClassName
{
border-color: #40CAA3;
}
</style>