Shades of Shamrock #40D0AA
Tints of Shamrock #40D0AA
RGB
CMYK
RGB Variations
Color information
#40D0AA (or 0x40D0AA) is known color: Shamrock. HEX triplet: 40, D0 and AA. RGB value is (64,208,170). Sum of RGB (Red+Green+Blue) = 64+208+170=442 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.48% from 442); Green value is 208 (81.64% from 255 or 47.06% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 208 - color contains mainly: green. Hex color #40D0AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D0AA is #BF2F55. Grayscale: #A0A0A0. Windows color (decimal): -12529494 or 11194432. OLE color: 11194432.
HSL color Cylindrical-coordinate representation of color #40D0AA: hue angle of 164.17º 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 #40D0AA is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 208 | 170 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.18 |
| HSL | 164.17º | 0.61% | 0.53% | - |
| HSV(B) | 164.17º | 0.69% | 0.82% | - |
| XYZ | 31.93 | 49.1 | 45.83 | - |
| YUV | 160.61 | 133.29 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 208 | 170 | 0.69 | 0 | 0.18 | 0.18 | 164.17 | 0.61 | 0.53 |
| Hex | 40 | D0 | AA | 45 | 0 | 12 | 12 | A4 | 3D | 35 |
| Octal | 100 | 320 | 252 | 105 | 0 | 22 | 22 | 244 | 75 | 65 |
| Binary | 1000000 | 11010000 | 10101010 | 1000101 | 0 | 10010 | 10010 | 10100100 | 111101 | 110101 |
Color Harmonies of #40D0AA
Complementary color
Monochromatic Colors of #40D0AA
Black with #40D0AA
Text Example
Text Example
White with #40D0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D0AA; }
p { color: rgb(64,208,170); }
H1.HeaderClassName
{
color: #40D0AA;
}
.AnyTagClassName
{
color: #40D0AA;
}
</style>
background-color css
<style>
a { background-color: #40D0AA; }
a { background-color: rgb(64,208,170); }
div.DivClassName
{
background-color: #40D0AA;
}
.BgClassName
{
background-color: #40D0AA;
}
</style>
border-color css
<style>
span { border-color: #40D0AA; }
span { border-color: rgb(64,208,170); }
td.TdClassName
{
border-color: #40D0AA;
}
.TagClassName
{
border-color: #40D0AA;
}
</style>