Shades of Shamrock #40DFAB
Tints of Shamrock #40DFAB
RGB
CMYK
RGB Variations
Color information
#40DFAB (or 0x40DFAB) is known color: Shamrock. HEX triplet: 40, DF and AB. RGB value is (64,223,171). Sum of RGB (Red+Green+Blue) = 64+223+171=458 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.97% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #40DFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DFAB is #BF2054. Grayscale: #A9A9A9. Windows color (decimal): -12525653 or 11263808. OLE color: 11263808.
HSL color Cylindrical-coordinate representation of color #40DFAB: hue angle of 160.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DFAB is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 223 | 171 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.13 |
| HSL | 160.38º | 0.71% | 0.56% | - |
| HSV(B) | 160.38º | 0.71% | 0.87% | - |
| XYZ | 35.85 | 56.81 | 47.6 | - |
| YUV | 169.53 | 128.82 | 52.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 223 | 171 | 0.71 | 0 | 0.23 | 0.13 | 160.38 | 0.71 | 0.56 |
| Hex | 40 | DF | AB | 47 | 0 | 17 | D | A0 | 47 | 38 |
| Octal | 100 | 337 | 253 | 107 | 0 | 27 | 15 | 240 | 107 | 70 |
| Binary | 1000000 | 11011111 | 10101011 | 1000111 | 0 | 10111 | 1101 | 10100000 | 1000111 | 111000 |
Color Harmonies of #40DFAB
Complementary color
Monochromatic Colors of #40DFAB
Black with #40DFAB
Text Example
Text Example
White with #40DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DFAB; }
p { color: rgb(64,223,171); }
H1.HeaderClassName
{
color: #40DFAB;
}
.AnyTagClassName
{
color: #40DFAB;
}
</style>
background-color css
<style>
a { background-color: #40DFAB; }
a { background-color: rgb(64,223,171); }
div.DivClassName
{
background-color: #40DFAB;
}
.BgClassName
{
background-color: #40DFAB;
}
</style>
border-color css
<style>
span { border-color: #40DFAB; }
span { border-color: rgb(64,223,171); }
td.TdClassName
{
border-color: #40DFAB;
}
.TagClassName
{
border-color: #40DFAB;
}
</style>