Shades of Shamrock #40DBAB
Tints of Shamrock #40DBAB
RGB
CMYK
RGB Variations
Color information
#40DBAB (or 0x40DBAB) is known color: Shamrock. HEX triplet: 40, DB and AB. RGB value is (64,219,171). Sum of RGB (Red+Green+Blue) = 64+219+171=454 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.10% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #40DBAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DBAB is #BF2454. Grayscale: #A7A7A7. Windows color (decimal): -12526677 or 11262784. OLE color: 11262784.
HSL color Cylindrical-coordinate representation of color #40DBAB: hue angle of 161.42º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DBAB is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 219 | 171 | - |
| CMYK | 0.71 | 0 | 0.22 | 0.14 |
| HSL | 161.42º | 0.68% | 0.55% | - |
| HSV(B) | 161.42º | 0.71% | 0.86% | - |
| XYZ | 34.8 | 54.69 | 47.25 | - |
| YUV | 167.18 | 130.15 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 171 | 0.71 | 0 | 0.22 | 0.14 | 161.42 | 0.68 | 0.55 |
| Hex | 40 | DB | AB | 47 | 0 | 16 | E | A1 | 44 | 37 |
| Octal | 100 | 333 | 253 | 107 | 0 | 26 | 16 | 241 | 104 | 67 |
| Binary | 1000000 | 11011011 | 10101011 | 1000111 | 0 | 10110 | 1110 | 10100001 | 1000100 | 110111 |
Color Harmonies of #40DBAB
Complementary color
Monochromatic Colors of #40DBAB
Black with #40DBAB
Text Example
Text Example
White with #40DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DBAB; }
p { color: rgb(64,219,171); }
H1.HeaderClassName
{
color: #40DBAB;
}
.AnyTagClassName
{
color: #40DBAB;
}
</style>
background-color css
<style>
a { background-color: #40DBAB; }
a { background-color: rgb(64,219,171); }
div.DivClassName
{
background-color: #40DBAB;
}
.BgClassName
{
background-color: #40DBAB;
}
</style>
border-color css
<style>
span { border-color: #40DBAB; }
span { border-color: rgb(64,219,171); }
td.TdClassName
{
border-color: #40DBAB;
}
.TagClassName
{
border-color: #40DBAB;
}
</style>