Shades of Shamrock #40C3A8
Tints of Shamrock #40C3A8
RGB
CMYK
RGB Variations
Color information
#40C3A8 (or 0x40C3A8) is known color: Shamrock. HEX triplet: 40, C3 and A8. RGB value is (64,195,168). Sum of RGB (Red+Green+Blue) = 64+195+168=427 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.99% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 195 - color contains mainly: green. Hex color #40C3A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C3A8 is #BF3C57. Grayscale: #989898. Windows color (decimal): -12532824 or 11060032. OLE color: 11060032.
HSL color Cylindrical-coordinate representation of color #40C3A8: hue angle of 167.63º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C3A8 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 195 | 168 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.24 |
| HSL | 167.63º | 0.52% | 0.51% | - |
| HSV(B) | 167.63º | 0.67% | 0.76% | - |
| XYZ | 28.7 | 42.95 | 43.82 | - |
| YUV | 152.75 | 136.6 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 195 | 168 | 0.67 | 0 | 0.14 | 0.24 | 167.63 | 0.52 | 0.51 |
| Hex | 40 | C3 | A8 | 43 | 0 | E | 18 | A8 | 34 | 33 |
| Octal | 100 | 303 | 250 | 103 | 0 | 16 | 30 | 250 | 64 | 63 |
| Binary | 1000000 | 11000011 | 10101000 | 1000011 | 0 | 1110 | 11000 | 10101000 | 110100 | 110011 |
Color Harmonies of #40C3A8
Complementary color
Monochromatic Colors of #40C3A8
Black with #40C3A8
Text Example
Text Example
White with #40C3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C3A8; }
p { color: rgb(64,195,168); }
H1.HeaderClassName
{
color: #40C3A8;
}
.AnyTagClassName
{
color: #40C3A8;
}
</style>
background-color css
<style>
a { background-color: #40C3A8; }
a { background-color: rgb(64,195,168); }
div.DivClassName
{
background-color: #40C3A8;
}
.BgClassName
{
background-color: #40C3A8;
}
</style>
border-color css
<style>
span { border-color: #40C3A8; }
span { border-color: rgb(64,195,168); }
td.TdClassName
{
border-color: #40C3A8;
}
.TagClassName
{
border-color: #40C3A8;
}
</style>