Shades of Shamrock #40BA98
Tints of Shamrock #40BA98
RGB
CMYK
RGB Variations
Color information
#40BA98 (or 0x40BA98) is known color: Shamrock. HEX triplet: 40, BA and 98. RGB value is (64,186,152). Sum of RGB (Red+Green+Blue) = 64+186+152=402 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.92% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BA98 is #BF4567. Grayscale: #919191. Windows color (decimal): -12535144 or 10009152. OLE color: 10009152.
HSL color Cylindrical-coordinate representation of color #40BA98: hue angle of 163.28º 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 #40BA98 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 186 | 152 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.27 |
| HSL | 163.28º | 0.49% | 0.49% | - |
| HSV(B) | 163.28º | 0.66% | 0.73% | - |
| XYZ | 25.34 | 38.47 | 35.8 | - |
| YUV | 145.65 | 131.58 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 152 | 0.66 | 0 | 0.18 | 0.27 | 163.28 | 0.49 | 0.49 |
| Hex | 40 | BA | 98 | 42 | 0 | 12 | 1B | A3 | 31 | 31 |
| Octal | 100 | 272 | 230 | 102 | 0 | 22 | 33 | 243 | 61 | 61 |
| Binary | 1000000 | 10111010 | 10011000 | 1000010 | 0 | 10010 | 11011 | 10100011 | 110001 | 110001 |
Color Harmonies of #40BA98
Complementary color
Monochromatic Colors of #40BA98
Black with #40BA98
Text Example
Text Example
White with #40BA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BA98; }
p { color: rgb(64,186,152); }
H1.HeaderClassName
{
color: #40BA98;
}
.AnyTagClassName
{
color: #40BA98;
}
</style>
background-color css
<style>
a { background-color: #40BA98; }
a { background-color: rgb(64,186,152); }
div.DivClassName
{
background-color: #40BA98;
}
.BgClassName
{
background-color: #40BA98;
}
</style>
border-color css
<style>
span { border-color: #40BA98; }
span { border-color: rgb(64,186,152); }
td.TdClassName
{
border-color: #40BA98;
}
.TagClassName
{
border-color: #40BA98;
}
</style>