Shades of Shamrock #40C08B
Tints of Shamrock #40C08B
RGB
CMYK
RGB Variations
Color information
#40C08B (or 0x40C08B) is known color: Shamrock. HEX triplet: 40, C0 and 8B. RGB value is (64,192,139). Sum of RGB (Red+Green+Blue) = 64+192+139=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #40C08B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C08B is #BF3F74. Grayscale: #939393. Windows color (decimal): -12533621 or 9158720. OLE color: 9158720.
HSL color Cylindrical-coordinate representation of color #40C08B: hue angle of 155.16º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C08B is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 192 | 139 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.25 |
| HSL | 155.16º | 0.5% | 0.5% | - |
| HSV(B) | 155.16º | 0.67% | 0.75% | - |
| XYZ | 25.62 | 40.65 | 30.92 | - |
| YUV | 147.69 | 123.09 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 192 | 139 | 0.67 | 0 | 0.28 | 0.25 | 155.16 | 0.5 | 0.5 |
| Hex | 40 | C0 | 8B | 43 | 0 | 1C | 19 | 9B | 32 | 32 |
| Octal | 100 | 300 | 213 | 103 | 0 | 34 | 31 | 233 | 62 | 62 |
| Binary | 1000000 | 11000000 | 10001011 | 1000011 | 0 | 11100 | 11001 | 10011011 | 110010 | 110010 |
Color Harmonies of #40C08B
Complementary color
Monochromatic Colors of #40C08B
Black with #40C08B
Text Example
Text Example
White with #40C08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C08B; }
p { color: rgb(64,192,139); }
H1.HeaderClassName
{
color: #40C08B;
}
.AnyTagClassName
{
color: #40C08B;
}
</style>
background-color css
<style>
a { background-color: #40C08B; }
a { background-color: rgb(64,192,139); }
div.DivClassName
{
background-color: #40C08B;
}
.BgClassName
{
background-color: #40C08B;
}
</style>
border-color css
<style>
span { border-color: #40C08B; }
span { border-color: rgb(64,192,139); }
td.TdClassName
{
border-color: #40C08B;
}
.TagClassName
{
border-color: #40C08B;
}
</style>