Shades of Shamrock #40DCAB
Tints of Shamrock #40DCAB
RGB
CMYK
RGB Variations
Color information
#40DCAB (or 0x40DCAB) is known color: Shamrock. HEX triplet: 40, DC and AB. RGB value is (64,220,171). Sum of RGB (Red+Green+Blue) = 64+220+171=455 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.07% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 220 - color contains mainly: green. Hex color #40DCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DCAB is #BF2354. Grayscale: #A7A7A7. Windows color (decimal): -12526421 or 11263040. OLE color: 11263040.
HSL color Cylindrical-coordinate representation of color #40DCAB: hue angle of 161.15º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DCAB is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 220 | 171 | - |
| CMYK | 0.71 | 0 | 0.22 | 0.14 |
| HSL | 161.15º | 0.69% | 0.56% | - |
| HSV(B) | 161.15º | 0.71% | 0.86% | - |
| XYZ | 35.06 | 55.22 | 47.34 | - |
| YUV | 167.77 | 129.82 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 220 | 171 | 0.71 | 0 | 0.22 | 0.14 | 161.15 | 0.69 | 0.56 |
| Hex | 40 | DC | AB | 47 | 0 | 16 | E | A1 | 45 | 38 |
| Octal | 100 | 334 | 253 | 107 | 0 | 26 | 16 | 241 | 105 | 70 |
| Binary | 1000000 | 11011100 | 10101011 | 1000111 | 0 | 10110 | 1110 | 10100001 | 1000101 | 111000 |
Color Harmonies of #40DCAB
Complementary color
Monochromatic Colors of #40DCAB
Black with #40DCAB
Text Example
Text Example
White with #40DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DCAB; }
p { color: rgb(64,220,171); }
H1.HeaderClassName
{
color: #40DCAB;
}
.AnyTagClassName
{
color: #40DCAB;
}
</style>
background-color css
<style>
a { background-color: #40DCAB; }
a { background-color: rgb(64,220,171); }
div.DivClassName
{
background-color: #40DCAB;
}
.BgClassName
{
background-color: #40DCAB;
}
</style>
border-color css
<style>
span { border-color: #40DCAB; }
span { border-color: rgb(64,220,171); }
td.TdClassName
{
border-color: #40DCAB;
}
.TagClassName
{
border-color: #40DCAB;
}
</style>