Shades of Shamrock #40DBA0
Tints of Shamrock #40DBA0
RGB
CMYK
RGB Variations
Color information
#40DBA0 (or 0x40DBA0) is known color: Shamrock. HEX triplet: 40, DB and A0. RGB value is (64,219,160). Sum of RGB (Red+Green+Blue) = 64+219+160=443 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.45% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #40DBA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DBA0 is #BF245F. Grayscale: #A6A6A6. Windows color (decimal): -12526688 or 10541888. OLE color: 10541888.
HSL color Cylindrical-coordinate representation of color #40DBA0: hue angle of 157.16º 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 #40DBA0 is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 219 | 160 | - |
| CMYK | 0.71 | 0 | 0.27 | 0.14 |
| HSL | 157.16º | 0.68% | 0.55% | - |
| HSV(B) | 157.16º | 0.71% | 0.86% | - |
| XYZ | 33.79 | 54.29 | 41.96 | - |
| YUV | 165.93 | 124.65 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 160 | 0.71 | 0 | 0.27 | 0.14 | 157.16 | 0.68 | 0.55 |
| Hex | 40 | DB | A0 | 47 | 0 | 1B | E | 9D | 44 | 37 |
| Octal | 100 | 333 | 240 | 107 | 0 | 33 | 16 | 235 | 104 | 67 |
| Binary | 1000000 | 11011011 | 10100000 | 1000111 | 0 | 11011 | 1110 | 10011101 | 1000100 | 110111 |
Color Harmonies of #40DBA0
Complementary color
Monochromatic Colors of #40DBA0
Black with #40DBA0
Text Example
Text Example
White with #40DBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DBA0; }
p { color: rgb(64,219,160); }
H1.HeaderClassName
{
color: #40DBA0;
}
.AnyTagClassName
{
color: #40DBA0;
}
</style>
background-color css
<style>
a { background-color: #40DBA0; }
a { background-color: rgb(64,219,160); }
div.DivClassName
{
background-color: #40DBA0;
}
.BgClassName
{
background-color: #40DBA0;
}
</style>
border-color css
<style>
span { border-color: #40DBA0; }
span { border-color: rgb(64,219,160); }
td.TdClassName
{
border-color: #40DBA0;
}
.TagClassName
{
border-color: #40DBA0;
}
</style>