Shades of Shamrock #40BCA0
Tints of Shamrock #40BCA0
RGB
CMYK
RGB Variations
Color information
#40BCA0 (or 0x40BCA0) is known color: Shamrock. HEX triplet: 40, BC and A0. RGB value is (64,188,160). Sum of RGB (Red+Green+Blue) = 64+188+160=412 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.53% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #40BCA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BCA0 is #BF435F. Grayscale: #939393. Windows color (decimal): -12534624 or 10533952. OLE color: 10533952.
HSL color Cylindrical-coordinate representation of color #40BCA0: hue angle of 166.45º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BCA0 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 160 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.26 |
| HSL | 166.45º | 0.49% | 0.49% | - |
| HSV(B) | 166.45º | 0.66% | 0.74% | - |
| XYZ | 26.44 | 39.59 | 39.51 | - |
| YUV | 147.73 | 134.92 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 160 | 0.66 | 0 | 0.15 | 0.26 | 166.45 | 0.49 | 0.49 |
| Hex | 40 | BC | A0 | 42 | 0 | F | 1A | A6 | 31 | 31 |
| Octal | 100 | 274 | 240 | 102 | 0 | 17 | 32 | 246 | 61 | 61 |
| Binary | 1000000 | 10111100 | 10100000 | 1000010 | 0 | 1111 | 11010 | 10100110 | 110001 | 110001 |
Color Harmonies of #40BCA0
Complementary color
Monochromatic Colors of #40BCA0
Black with #40BCA0
Text Example
Text Example
White with #40BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BCA0; }
p { color: rgb(64,188,160); }
H1.HeaderClassName
{
color: #40BCA0;
}
.AnyTagClassName
{
color: #40BCA0;
}
</style>
background-color css
<style>
a { background-color: #40BCA0; }
a { background-color: rgb(64,188,160); }
div.DivClassName
{
background-color: #40BCA0;
}
.BgClassName
{
background-color: #40BCA0;
}
</style>
border-color css
<style>
span { border-color: #40BCA0; }
span { border-color: rgb(64,188,160); }
td.TdClassName
{
border-color: #40BCA0;
}
.TagClassName
{
border-color: #40BCA0;
}
</style>