Shades of Shamrock #40D0AB
Tints of Shamrock #40D0AB
RGB
CMYK
RGB Variations
Color information
#40D0AB (or 0x40D0AB) is known color: Shamrock. HEX triplet: 40, D0 and AB. RGB value is (64,208,171). Sum of RGB (Red+Green+Blue) = 64+208+171=443 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.45% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 208 - color contains mainly: green. Hex color #40D0AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D0AB is #BF2F54. Grayscale: #A0A0A0. Windows color (decimal): -12529493 or 11259968. OLE color: 11259968.
HSL color Cylindrical-coordinate representation of color #40D0AB: hue angle of 164.58º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D0AB is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 208 | 171 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.18 |
| HSL | 164.58º | 0.61% | 0.53% | - |
| HSV(B) | 164.58º | 0.69% | 0.82% | - |
| XYZ | 32.02 | 49.14 | 46.33 | - |
| YUV | 160.73 | 133.79 | 59.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 208 | 171 | 0.69 | 0 | 0.18 | 0.18 | 164.58 | 0.61 | 0.53 |
| Hex | 40 | D0 | AB | 45 | 0 | 12 | 12 | A5 | 3D | 35 |
| Octal | 100 | 320 | 253 | 105 | 0 | 22 | 22 | 245 | 75 | 65 |
| Binary | 1000000 | 11010000 | 10101011 | 1000101 | 0 | 10010 | 10010 | 10100101 | 111101 | 110101 |
Color Harmonies of #40D0AB
Complementary color
Monochromatic Colors of #40D0AB
Black with #40D0AB
Text Example
Text Example
White with #40D0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D0AB; }
p { color: rgb(64,208,171); }
H1.HeaderClassName
{
color: #40D0AB;
}
.AnyTagClassName
{
color: #40D0AB;
}
</style>
background-color css
<style>
a { background-color: #40D0AB; }
a { background-color: rgb(64,208,171); }
div.DivClassName
{
background-color: #40D0AB;
}
.BgClassName
{
background-color: #40D0AB;
}
</style>
border-color css
<style>
span { border-color: #40D0AB; }
span { border-color: rgb(64,208,171); }
td.TdClassName
{
border-color: #40D0AB;
}
.TagClassName
{
border-color: #40D0AB;
}
</style>