Shades of Shamrock #40BA99
Tints of Shamrock #40BA99
RGB
CMYK
RGB Variations
Color information
#40BA99 (or 0x40BA99) is known color: Shamrock. HEX triplet: 40, BA and 99. RGB value is (64,186,153). Sum of RGB (Red+Green+Blue) = 64+186+153=403 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.88% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BA99 is #BF4566. Grayscale: #919191. Windows color (decimal): -12535143 or 10074688. OLE color: 10074688.
HSL color Cylindrical-coordinate representation of color #40BA99: hue angle of 163.77º 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 #40BA99 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 186 | 153 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.27 |
| HSL | 163.77º | 0.49% | 0.49% | - |
| HSV(B) | 163.77º | 0.66% | 0.73% | - |
| XYZ | 25.42 | 38.51 | 36.23 | - |
| YUV | 145.76 | 132.08 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 153 | 0.66 | 0 | 0.18 | 0.27 | 163.77 | 0.49 | 0.49 |
| Hex | 40 | BA | 99 | 42 | 0 | 12 | 1B | A4 | 31 | 31 |
| Octal | 100 | 272 | 231 | 102 | 0 | 22 | 33 | 244 | 61 | 61 |
| Binary | 1000000 | 10111010 | 10011001 | 1000010 | 0 | 10010 | 11011 | 10100100 | 110001 | 110001 |
Color Harmonies of #40BA99
Complementary color
Monochromatic Colors of #40BA99
Black with #40BA99
Text Example
Text Example
White with #40BA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BA99; }
p { color: rgb(64,186,153); }
H1.HeaderClassName
{
color: #40BA99;
}
.AnyTagClassName
{
color: #40BA99;
}
</style>
background-color css
<style>
a { background-color: #40BA99; }
a { background-color: rgb(64,186,153); }
div.DivClassName
{
background-color: #40BA99;
}
.BgClassName
{
background-color: #40BA99;
}
</style>
border-color css
<style>
span { border-color: #40BA99; }
span { border-color: rgb(64,186,153); }
td.TdClassName
{
border-color: #40BA99;
}
.TagClassName
{
border-color: #40BA99;
}
</style>