Shades of Shamrock #40C3A4
Tints of Shamrock #40C3A4
RGB
CMYK
RGB Variations
Color information
#40C3A4 (or 0x40C3A4) is known color: Shamrock. HEX triplet: 40, C3 and A4. RGB value is (64,195,164). Sum of RGB (Red+Green+Blue) = 64+195+164=423 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.13% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 195 - color contains mainly: green. Hex color #40C3A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C3A4 is #BF3C5B. Grayscale: #989898. Windows color (decimal): -12532828 or 10797888. OLE color: 10797888.
HSL color Cylindrical-coordinate representation of color #40C3A4: hue angle of 165.8º 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 #40C3A4 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 195 | 164 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.24 |
| HSL | 165.8º | 0.52% | 0.51% | - |
| HSV(B) | 165.8º | 0.67% | 0.76% | - |
| XYZ | 28.33 | 42.8 | 41.89 | - |
| YUV | 152.3 | 134.6 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 195 | 164 | 0.67 | 0 | 0.16 | 0.24 | 165.8 | 0.52 | 0.51 |
| Hex | 40 | C3 | A4 | 43 | 0 | 10 | 18 | A6 | 34 | 33 |
| Octal | 100 | 303 | 244 | 103 | 0 | 20 | 30 | 246 | 64 | 63 |
| Binary | 1000000 | 11000011 | 10100100 | 1000011 | 0 | 10000 | 11000 | 10100110 | 110100 | 110011 |
Color Harmonies of #40C3A4
Complementary color
Monochromatic Colors of #40C3A4
Black with #40C3A4
Text Example
Text Example
White with #40C3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C3A4; }
p { color: rgb(64,195,164); }
H1.HeaderClassName
{
color: #40C3A4;
}
.AnyTagClassName
{
color: #40C3A4;
}
</style>
background-color css
<style>
a { background-color: #40C3A4; }
a { background-color: rgb(64,195,164); }
div.DivClassName
{
background-color: #40C3A4;
}
.BgClassName
{
background-color: #40C3A4;
}
</style>
border-color css
<style>
span { border-color: #40C3A4; }
span { border-color: rgb(64,195,164); }
td.TdClassName
{
border-color: #40C3A4;
}
.TagClassName
{
border-color: #40C3A4;
}
</style>