Shades of Shamrock #40BA8C
Tints of Shamrock #40BA8C
RGB
CMYK
RGB Variations
Color information
#40BA8C (or 0x40BA8C) is known color: Shamrock. HEX triplet: 40, BA and 8C. RGB value is (64,186,140). Sum of RGB (Red+Green+Blue) = 64+186+140=390 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.41% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BA8C is #BF4573. Grayscale: #909090. Windows color (decimal): -12535156 or 9222720. OLE color: 9222720.
HSL color Cylindrical-coordinate representation of color #40BA8C: hue angle of 157.38º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BA8C is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 186 | 140 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.27 |
| HSL | 157.38º | 0.49% | 0.49% | - |
| HSV(B) | 157.38º | 0.66% | 0.73% | - |
| XYZ | 24.41 | 38.1 | 30.88 | - |
| YUV | 144.28 | 125.58 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 140 | 0.66 | 0 | 0.25 | 0.27 | 157.38 | 0.49 | 0.49 |
| Hex | 40 | BA | 8C | 42 | 0 | 19 | 1B | 9D | 31 | 31 |
| Octal | 100 | 272 | 214 | 102 | 0 | 31 | 33 | 235 | 61 | 61 |
| Binary | 1000000 | 10111010 | 10001100 | 1000010 | 0 | 11001 | 11011 | 10011101 | 110001 | 110001 |
Color Harmonies of #40BA8C
Complementary color
Monochromatic Colors of #40BA8C
Black with #40BA8C
Text Example
Text Example
White with #40BA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BA8C; }
p { color: rgb(64,186,140); }
H1.HeaderClassName
{
color: #40BA8C;
}
.AnyTagClassName
{
color: #40BA8C;
}
</style>
background-color css
<style>
a { background-color: #40BA8C; }
a { background-color: rgb(64,186,140); }
div.DivClassName
{
background-color: #40BA8C;
}
.BgClassName
{
background-color: #40BA8C;
}
</style>
border-color css
<style>
span { border-color: #40BA8C; }
span { border-color: rgb(64,186,140); }
td.TdClassName
{
border-color: #40BA8C;
}
.TagClassName
{
border-color: #40BA8C;
}
</style>