Shades of Shamrock #40B998
Tints of Shamrock #40B998
RGB
CMYK
RGB Variations
Color information
#40B998 (or 0x40B998) is known color: Shamrock. HEX triplet: 40, B9 and 98. RGB value is (64,185,152). Sum of RGB (Red+Green+Blue) = 64+185+152=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 185 - color contains mainly: green. Hex color #40B998 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B998 is #BF4667. Grayscale: #919191. Windows color (decimal): -12535400 or 10008896. OLE color: 10008896.
HSL color Cylindrical-coordinate representation of color #40B998: hue angle of 163.64º 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 #40B998 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 185 | 152 | - |
| CMYK | 0.65 | 0 | 0.18 | 0.27 |
| HSL | 163.64º | 0.49% | 0.49% | - |
| HSV(B) | 163.64º | 0.65% | 0.73% | - |
| XYZ | 25.13 | 38.05 | 35.73 | - |
| YUV | 145.06 | 131.91 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 185 | 152 | 0.65 | 0 | 0.18 | 0.27 | 163.64 | 0.49 | 0.49 |
| Hex | 40 | B9 | 98 | 41 | 0 | 12 | 1B | A4 | 31 | 31 |
| Octal | 100 | 271 | 230 | 101 | 0 | 22 | 33 | 244 | 61 | 61 |
| Binary | 1000000 | 10111001 | 10011000 | 1000001 | 0 | 10010 | 11011 | 10100100 | 110001 | 110001 |
Color Harmonies of #40B998
Complementary color
Monochromatic Colors of #40B998
Black with #40B998
Text Example
Text Example
White with #40B998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B998; }
p { color: rgb(64,185,152); }
H1.HeaderClassName
{
color: #40B998;
}
.AnyTagClassName
{
color: #40B998;
}
</style>
background-color css
<style>
a { background-color: #40B998; }
a { background-color: rgb(64,185,152); }
div.DivClassName
{
background-color: #40B998;
}
.BgClassName
{
background-color: #40B998;
}
</style>
border-color css
<style>
span { border-color: #40B998; }
span { border-color: rgb(64,185,152); }
td.TdClassName
{
border-color: #40B998;
}
.TagClassName
{
border-color: #40B998;
}
</style>