Shades of Shamrock #40CB9F
Tints of Shamrock #40CB9F
RGB
CMYK
RGB Variations
Color information
#40CB9F (or 0x40CB9F) is known color: Shamrock. HEX triplet: 40, CB and 9F. RGB value is (64,203,159). Sum of RGB (Red+Green+Blue) = 64+203+159=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 203 - color contains mainly: green. Hex color #40CB9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CB9F is #BF3460. Grayscale: #9C9C9C. Windows color (decimal): -12530785 or 10472256. OLE color: 10472256.
HSL color Cylindrical-coordinate representation of color #40CB9F: hue angle of 161.01º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40CB9F is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 203 | 159 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.20 |
| HSL | 161.01º | 0.57% | 0.52% | - |
| HSV(B) | 161.01º | 0.68% | 0.8% | - |
| XYZ | 29.73 | 46.31 | 40.17 | - |
| YUV | 156.42 | 129.45 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 203 | 159 | 0.68 | 0 | 0.22 | 0.20 | 161.01 | 0.57 | 0.52 |
| Hex | 40 | CB | 9F | 44 | 0 | 16 | 14 | A1 | 39 | 34 |
| Octal | 100 | 313 | 237 | 104 | 0 | 26 | 24 | 241 | 71 | 64 |
| Binary | 1000000 | 11001011 | 10011111 | 1000100 | 0 | 10110 | 10100 | 10100001 | 111001 | 110100 |
Color Harmonies of #40CB9F
Complementary color
Monochromatic Colors of #40CB9F
Black with #40CB9F
Text Example
Text Example
White with #40CB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CB9F; }
p { color: rgb(64,203,159); }
H1.HeaderClassName
{
color: #40CB9F;
}
.AnyTagClassName
{
color: #40CB9F;
}
</style>
background-color css
<style>
a { background-color: #40CB9F; }
a { background-color: rgb(64,203,159); }
div.DivClassName
{
background-color: #40CB9F;
}
.BgClassName
{
background-color: #40CB9F;
}
</style>
border-color css
<style>
span { border-color: #40CB9F; }
span { border-color: rgb(64,203,159); }
td.TdClassName
{
border-color: #40CB9F;
}
.TagClassName
{
border-color: #40CB9F;
}
</style>