Shades of Shamrock #40D1AC
Tints of Shamrock #40D1AC
RGB
CMYK
RGB Variations
Color information
#40D1AC (or 0x40D1AC) is known color: Shamrock. HEX triplet: 40, D1 and AC. RGB value is (64,209,172). Sum of RGB (Red+Green+Blue) = 64+209+172=445 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.38% from 445); Green value is 209 (82.03% from 255 or 46.97% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 209 - color contains mainly: green. Hex color #40D1AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D1AC is #BF2E53. Grayscale: #A1A1A1. Windows color (decimal): -12529236 or 11325760. OLE color: 11325760.
HSL color Cylindrical-coordinate representation of color #40D1AC: hue angle of 164.69º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D1AC is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 209 | 172 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.18 |
| HSL | 164.69º | 0.61% | 0.54% | - |
| HSV(B) | 164.69º | 0.69% | 0.82% | - |
| XYZ | 32.36 | 49.67 | 46.91 | - |
| YUV | 161.43 | 133.96 | 58.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 209 | 172 | 0.69 | 0 | 0.18 | 0.18 | 164.69 | 0.61 | 0.54 |
| Hex | 40 | D1 | AC | 45 | 0 | 12 | 12 | A5 | 3D | 36 |
| Octal | 100 | 321 | 254 | 105 | 0 | 22 | 22 | 245 | 75 | 66 |
| Binary | 1000000 | 11010001 | 10101100 | 1000101 | 0 | 10010 | 10010 | 10100101 | 111101 | 110110 |
Color Harmonies of #40D1AC
Complementary color
Monochromatic Colors of #40D1AC
Black with #40D1AC
Text Example
Text Example
White with #40D1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D1AC; }
p { color: rgb(64,209,172); }
H1.HeaderClassName
{
color: #40D1AC;
}
.AnyTagClassName
{
color: #40D1AC;
}
</style>
background-color css
<style>
a { background-color: #40D1AC; }
a { background-color: rgb(64,209,172); }
div.DivClassName
{
background-color: #40D1AC;
}
.BgClassName
{
background-color: #40D1AC;
}
</style>
border-color css
<style>
span { border-color: #40D1AC; }
span { border-color: rgb(64,209,172); }
td.TdClassName
{
border-color: #40D1AC;
}
.TagClassName
{
border-color: #40D1AC;
}
</style>