Shades of Shamrock #40C6B1
Tints of Shamrock #40C6B1
RGB
CMYK
RGB Variations
Color information
#40C6B1 (or 0x40C6B1) is known color: Shamrock. HEX triplet: 40, C6 and B1. RGB value is (64,198,177). Sum of RGB (Red+Green+Blue) = 64+198+177=439 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.58% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 198 - color contains mainly: green. Hex color #40C6B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C6B1 is #BF394E. Grayscale: #9B9B9B. Windows color (decimal): -12532047 or 11650624. OLE color: 11650624.
HSL color Cylindrical-coordinate representation of color #40C6B1: hue angle of 170.6º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C6B1 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 198 | 177 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.22 |
| HSL | 170.6º | 0.54% | 0.51% | - |
| HSV(B) | 170.6º | 0.68% | 0.78% | - |
| XYZ | 30.24 | 44.65 | 48.62 | - |
| YUV | 155.54 | 140.11 | 62.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 198 | 177 | 0.68 | 0 | 0.11 | 0.22 | 170.6 | 0.54 | 0.51 |
| Hex | 40 | C6 | B1 | 44 | 0 | B | 16 | AB | 36 | 33 |
| Octal | 100 | 306 | 261 | 104 | 0 | 13 | 26 | 253 | 66 | 63 |
| Binary | 1000000 | 11000110 | 10110001 | 1000100 | 0 | 1011 | 10110 | 10101011 | 110110 | 110011 |
Color Harmonies of #40C6B1
Complementary color
Monochromatic Colors of #40C6B1
Black with #40C6B1
Text Example
Text Example
White with #40C6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C6B1; }
p { color: rgb(64,198,177); }
H1.HeaderClassName
{
color: #40C6B1;
}
.AnyTagClassName
{
color: #40C6B1;
}
</style>
background-color css
<style>
a { background-color: #40C6B1; }
a { background-color: rgb(64,198,177); }
div.DivClassName
{
background-color: #40C6B1;
}
.BgClassName
{
background-color: #40C6B1;
}
</style>
border-color css
<style>
span { border-color: #40C6B1; }
span { border-color: rgb(64,198,177); }
td.TdClassName
{
border-color: #40C6B1;
}
.TagClassName
{
border-color: #40C6B1;
}
</style>