Shades of Shamrock #40BC9B
Tints of Shamrock #40BC9B
RGB
CMYK
RGB Variations
Color information
#40BC9B (or 0x40BC9B) is known color: Shamrock. HEX triplet: 40, BC and 9B. RGB value is (64,188,155). Sum of RGB (Red+Green+Blue) = 64+188+155=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BC9B is #BF4364. Grayscale: #939393. Windows color (decimal): -12534629 or 10206272. OLE color: 10206272.
HSL color Cylindrical-coordinate representation of color #40BC9B: hue angle of 164.03º 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 #40BC9B is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 155 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.26 |
| HSL | 164.03º | 0.49% | 0.49% | - |
| HSV(B) | 164.03º | 0.66% | 0.74% | - |
| XYZ | 26.01 | 39.42 | 37.25 | - |
| YUV | 147.16 | 132.42 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 155 | 0.66 | 0 | 0.18 | 0.26 | 164.03 | 0.49 | 0.49 |
| Hex | 40 | BC | 9B | 42 | 0 | 12 | 1A | A4 | 31 | 31 |
| Octal | 100 | 274 | 233 | 102 | 0 | 22 | 32 | 244 | 61 | 61 |
| Binary | 1000000 | 10111100 | 10011011 | 1000010 | 0 | 10010 | 11010 | 10100100 | 110001 | 110001 |
Color Harmonies of #40BC9B
Complementary color
Monochromatic Colors of #40BC9B
Black with #40BC9B
Text Example
Text Example
White with #40BC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC9B; }
p { color: rgb(64,188,155); }
H1.HeaderClassName
{
color: #40BC9B;
}
.AnyTagClassName
{
color: #40BC9B;
}
</style>
background-color css
<style>
a { background-color: #40BC9B; }
a { background-color: rgb(64,188,155); }
div.DivClassName
{
background-color: #40BC9B;
}
.BgClassName
{
background-color: #40BC9B;
}
</style>
border-color css
<style>
span { border-color: #40BC9B; }
span { border-color: rgb(64,188,155); }
td.TdClassName
{
border-color: #40BC9B;
}
.TagClassName
{
border-color: #40BC9B;
}
</style>