Shades of Shamrock #40DBA6
Tints of Shamrock #40DBA6
RGB
CMYK
RGB Variations
Color information
#40DBA6 (or 0x40DBA6) is known color: Shamrock. HEX triplet: 40, DB and A6. RGB value is (64,219,166). Sum of RGB (Red+Green+Blue) = 64+219+166=449 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.25% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #40DBA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DBA6 is #BF2459. Grayscale: #A6A6A6. Windows color (decimal): -12526682 or 10935104. OLE color: 10935104.
HSL color Cylindrical-coordinate representation of color #40DBA6: hue angle of 159.48º 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 #40DBA6 is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 219 | 166 | - |
| CMYK | 0.71 | 0 | 0.24 | 0.14 |
| HSL | 159.48º | 0.68% | 0.55% | - |
| HSV(B) | 159.48º | 0.71% | 0.86% | - |
| XYZ | 34.33 | 54.51 | 44.79 | - |
| YUV | 166.61 | 127.65 | 54.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 166 | 0.71 | 0 | 0.24 | 0.14 | 159.48 | 0.68 | 0.55 |
| Hex | 40 | DB | A6 | 47 | 0 | 18 | E | 9F | 44 | 37 |
| Octal | 100 | 333 | 246 | 107 | 0 | 30 | 16 | 237 | 104 | 67 |
| Binary | 1000000 | 11011011 | 10100110 | 1000111 | 0 | 11000 | 1110 | 10011111 | 1000100 | 110111 |
Color Harmonies of #40DBA6
Complementary color
Monochromatic Colors of #40DBA6
Black with #40DBA6
Text Example
Text Example
White with #40DBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DBA6; }
p { color: rgb(64,219,166); }
H1.HeaderClassName
{
color: #40DBA6;
}
.AnyTagClassName
{
color: #40DBA6;
}
</style>
background-color css
<style>
a { background-color: #40DBA6; }
a { background-color: rgb(64,219,166); }
div.DivClassName
{
background-color: #40DBA6;
}
.BgClassName
{
background-color: #40DBA6;
}
</style>
border-color css
<style>
span { border-color: #40DBA6; }
span { border-color: rgb(64,219,166); }
td.TdClassName
{
border-color: #40DBA6;
}
.TagClassName
{
border-color: #40DBA6;
}
</style>