Shades of Shamrock #40B99D
Tints of Shamrock #40B99D
RGB
CMYK
RGB Variations
Color information
#40B99D (or 0x40B99D) is known color: Shamrock. HEX triplet: 40, B9 and 9D. RGB value is (64,185,157). Sum of RGB (Red+Green+Blue) = 64+185+157=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 185 - color contains mainly: green. Hex color #40B99D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B99D is #BF4662. Grayscale: #919191. Windows color (decimal): -12535395 or 10336576. OLE color: 10336576.
HSL color Cylindrical-coordinate representation of color #40B99D: hue angle of 166.12º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B99D is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 185 | 157 | - |
| CMYK | 0.65 | 0 | 0.15 | 0.27 |
| HSL | 166.12º | 0.49% | 0.49% | - |
| HSV(B) | 166.12º | 0.65% | 0.73% | - |
| XYZ | 25.55 | 38.22 | 37.93 | - |
| YUV | 145.63 | 134.41 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 185 | 157 | 0.65 | 0 | 0.15 | 0.27 | 166.12 | 0.49 | 0.49 |
| Hex | 40 | B9 | 9D | 41 | 0 | F | 1B | A6 | 31 | 31 |
| Octal | 100 | 271 | 235 | 101 | 0 | 17 | 33 | 246 | 61 | 61 |
| Binary | 1000000 | 10111001 | 10011101 | 1000001 | 0 | 1111 | 11011 | 10100110 | 110001 | 110001 |
Color Harmonies of #40B99D
Complementary color
Monochromatic Colors of #40B99D
Black with #40B99D
Text Example
Text Example
White with #40B99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B99D; }
p { color: rgb(64,185,157); }
H1.HeaderClassName
{
color: #40B99D;
}
.AnyTagClassName
{
color: #40B99D;
}
</style>
background-color css
<style>
a { background-color: #40B99D; }
a { background-color: rgb(64,185,157); }
div.DivClassName
{
background-color: #40B99D;
}
.BgClassName
{
background-color: #40B99D;
}
</style>
border-color css
<style>
span { border-color: #40B99D; }
span { border-color: rgb(64,185,157); }
td.TdClassName
{
border-color: #40B99D;
}
.TagClassName
{
border-color: #40B99D;
}
</style>