Shades of Shamrock #40BEA0
Tints of Shamrock #40BEA0
RGB
CMYK
RGB Variations
Color information
#40BEA0 (or 0x40BEA0) is known color: Shamrock. HEX triplet: 40, BE and A0. RGB value is (64,190,160). Sum of RGB (Red+Green+Blue) = 64+190+160=414 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.46% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 190 - color contains mainly: green. Hex color #40BEA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BEA0 is #BF415F. Grayscale: #949494. Windows color (decimal): -12534112 or 10534464. OLE color: 10534464.
HSL color Cylindrical-coordinate representation of color #40BEA0: hue angle of 165.71º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BEA0 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 190 | 160 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.25 |
| HSL | 165.71º | 0.5% | 0.5% | - |
| HSV(B) | 165.71º | 0.66% | 0.75% | - |
| XYZ | 26.87 | 40.45 | 39.65 | - |
| YUV | 148.91 | 134.26 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 160 | 0.66 | 0 | 0.16 | 0.25 | 165.71 | 0.5 | 0.5 |
| Hex | 40 | BE | A0 | 42 | 0 | 10 | 19 | A6 | 32 | 32 |
| Octal | 100 | 276 | 240 | 102 | 0 | 20 | 31 | 246 | 62 | 62 |
| Binary | 1000000 | 10111110 | 10100000 | 1000010 | 0 | 10000 | 11001 | 10100110 | 110010 | 110010 |
Color Harmonies of #40BEA0
Complementary color
Monochromatic Colors of #40BEA0
Black with #40BEA0
Text Example
Text Example
White with #40BEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BEA0; }
p { color: rgb(64,190,160); }
H1.HeaderClassName
{
color: #40BEA0;
}
.AnyTagClassName
{
color: #40BEA0;
}
</style>
background-color css
<style>
a { background-color: #40BEA0; }
a { background-color: rgb(64,190,160); }
div.DivClassName
{
background-color: #40BEA0;
}
.BgClassName
{
background-color: #40BEA0;
}
</style>
border-color css
<style>
span { border-color: #40BEA0; }
span { border-color: rgb(64,190,160); }
td.TdClassName
{
border-color: #40BEA0;
}
.TagClassName
{
border-color: #40BEA0;
}
</style>