Shades of Shamrock #40C0A4
Tints of Shamrock #40C0A4
RGB
CMYK
RGB Variations
Color information
#40C0A4 (or 0x40C0A4) is known color: Shamrock. HEX triplet: 40, C0 and A4. RGB value is (64,192,164). Sum of RGB (Red+Green+Blue) = 64+192+164=420 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.24% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #40C0A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C0A4 is #BF3F5B. Grayscale: #969696. Windows color (decimal): -12533596 or 10797120. OLE color: 10797120.
HSL color Cylindrical-coordinate representation of color #40C0A4: hue angle of 166.88º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C0A4 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 192 | 164 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.25 |
| HSL | 166.88º | 0.5% | 0.5% | - |
| HSV(B) | 166.88º | 0.67% | 0.75% | - |
| XYZ | 27.66 | 41.47 | 41.67 | - |
| YUV | 150.54 | 135.59 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 192 | 164 | 0.67 | 0 | 0.15 | 0.25 | 166.88 | 0.5 | 0.5 |
| Hex | 40 | C0 | A4 | 43 | 0 | F | 19 | A7 | 32 | 32 |
| Octal | 100 | 300 | 244 | 103 | 0 | 17 | 31 | 247 | 62 | 62 |
| Binary | 1000000 | 11000000 | 10100100 | 1000011 | 0 | 1111 | 11001 | 10100111 | 110010 | 110010 |
Color Harmonies of #40C0A4
Complementary color
Monochromatic Colors of #40C0A4
Black with #40C0A4
Text Example
Text Example
White with #40C0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C0A4; }
p { color: rgb(64,192,164); }
H1.HeaderClassName
{
color: #40C0A4;
}
.AnyTagClassName
{
color: #40C0A4;
}
</style>
background-color css
<style>
a { background-color: #40C0A4; }
a { background-color: rgb(64,192,164); }
div.DivClassName
{
background-color: #40C0A4;
}
.BgClassName
{
background-color: #40C0A4;
}
</style>
border-color css
<style>
span { border-color: #40C0A4; }
span { border-color: rgb(64,192,164); }
td.TdClassName
{
border-color: #40C0A4;
}
.TagClassName
{
border-color: #40C0A4;
}
</style>