Shades of Shamrock #40BC94
Tints of Shamrock #40BC94
RGB
CMYK
RGB Variations
Color information
#40BC94 (or 0x40BC94) is known color: Shamrock. HEX triplet: 40, BC and 94. RGB value is (64,188,148). Sum of RGB (Red+Green+Blue) = 64+188+148=400 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BC94 is #BF436B. Grayscale: #929292. Windows color (decimal): -12534636 or 9747520. OLE color: 9747520.
HSL color Cylindrical-coordinate representation of color #40BC94: hue angle of 160.65º 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 #40BC94 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 148 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.26 |
| HSL | 160.65º | 0.49% | 0.49% | - |
| HSV(B) | 160.65º | 0.66% | 0.74% | - |
| XYZ | 25.44 | 39.19 | 34.24 | - |
| YUV | 146.36 | 128.92 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 148 | 0.66 | 0 | 0.21 | 0.26 | 160.65 | 0.49 | 0.49 |
| Hex | 40 | BC | 94 | 42 | 0 | 15 | 1A | A1 | 31 | 31 |
| Octal | 100 | 274 | 224 | 102 | 0 | 25 | 32 | 241 | 61 | 61 |
| Binary | 1000000 | 10111100 | 10010100 | 1000010 | 0 | 10101 | 11010 | 10100001 | 110001 | 110001 |
Color Harmonies of #40BC94
Complementary color
Monochromatic Colors of #40BC94
Black with #40BC94
Text Example
Text Example
White with #40BC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC94; }
p { color: rgb(64,188,148); }
H1.HeaderClassName
{
color: #40BC94;
}
.AnyTagClassName
{
color: #40BC94;
}
</style>
background-color css
<style>
a { background-color: #40BC94; }
a { background-color: rgb(64,188,148); }
div.DivClassName
{
background-color: #40BC94;
}
.BgClassName
{
background-color: #40BC94;
}
</style>
border-color css
<style>
span { border-color: #40BC94; }
span { border-color: rgb(64,188,148); }
td.TdClassName
{
border-color: #40BC94;
}
.TagClassName
{
border-color: #40BC94;
}
</style>