Shades of Shamrock #40BC98
Tints of Shamrock #40BC98
RGB
CMYK
RGB Variations
Color information
#40BC98 (or 0x40BC98) is known color: Shamrock. HEX triplet: 40, BC and 98. RGB value is (64,188,152). Sum of RGB (Red+Green+Blue) = 64+188+152=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BC98 is #BF4367. Grayscale: #929292. Windows color (decimal): -12534632 or 10009664. OLE color: 10009664.
HSL color Cylindrical-coordinate representation of color #40BC98: hue angle of 162.58º 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 #40BC98 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 152 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.26 |
| HSL | 162.58º | 0.49% | 0.49% | - |
| HSV(B) | 162.58º | 0.66% | 0.74% | - |
| XYZ | 25.77 | 39.32 | 35.94 | - |
| YUV | 146.82 | 130.92 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 152 | 0.66 | 0 | 0.19 | 0.26 | 162.58 | 0.49 | 0.49 |
| Hex | 40 | BC | 98 | 42 | 0 | 13 | 1A | A3 | 31 | 31 |
| Octal | 100 | 274 | 230 | 102 | 0 | 23 | 32 | 243 | 61 | 61 |
| Binary | 1000000 | 10111100 | 10011000 | 1000010 | 0 | 10011 | 11010 | 10100011 | 110001 | 110001 |
Color Harmonies of #40BC98
Complementary color
Monochromatic Colors of #40BC98
Black with #40BC98
Text Example
Text Example
White with #40BC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC98; }
p { color: rgb(64,188,152); }
H1.HeaderClassName
{
color: #40BC98;
}
.AnyTagClassName
{
color: #40BC98;
}
</style>
background-color css
<style>
a { background-color: #40BC98; }
a { background-color: rgb(64,188,152); }
div.DivClassName
{
background-color: #40BC98;
}
.BgClassName
{
background-color: #40BC98;
}
</style>
border-color css
<style>
span { border-color: #40BC98; }
span { border-color: rgb(64,188,152); }
td.TdClassName
{
border-color: #40BC98;
}
.TagClassName
{
border-color: #40BC98;
}
</style>