Shades of Shamrock #40DBA3
Tints of Shamrock #40DBA3
RGB
CMYK
RGB Variations
Color information
#40DBA3 (or 0x40DBA3) is known color: Shamrock. HEX triplet: 40, DB and A3. RGB value is (64,219,163). Sum of RGB (Red+Green+Blue) = 64+219+163=446 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.35% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 219 - color contains mainly: green. Hex color #40DBA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DBA3 is #BF245C. Grayscale: #A6A6A6. Windows color (decimal): -12526685 or 10738496. OLE color: 10738496.
HSL color Cylindrical-coordinate representation of color #40DBA3: hue angle of 158.32º 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 #40DBA3 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 219 | 163 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.14 |
| HSL | 158.32º | 0.68% | 0.55% | - |
| HSV(B) | 158.32º | 0.71% | 0.86% | - |
| XYZ | 34.06 | 54.4 | 43.36 | - |
| YUV | 166.27 | 126.15 | 55.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 163 | 0.71 | 0 | 0.26 | 0.14 | 158.32 | 0.68 | 0.55 |
| Hex | 40 | DB | A3 | 47 | 0 | 1A | E | 9E | 44 | 37 |
| Octal | 100 | 333 | 243 | 107 | 0 | 32 | 16 | 236 | 104 | 67 |
| Binary | 1000000 | 11011011 | 10100011 | 1000111 | 0 | 11010 | 1110 | 10011110 | 1000100 | 110111 |
Color Harmonies of #40DBA3
Complementary color
Monochromatic Colors of #40DBA3
Black with #40DBA3
Text Example
Text Example
White with #40DBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DBA3; }
p { color: rgb(64,219,163); }
H1.HeaderClassName
{
color: #40DBA3;
}
.AnyTagClassName
{
color: #40DBA3;
}
</style>
background-color css
<style>
a { background-color: #40DBA3; }
a { background-color: rgb(64,219,163); }
div.DivClassName
{
background-color: #40DBA3;
}
.BgClassName
{
background-color: #40DBA3;
}
</style>
border-color css
<style>
span { border-color: #40DBA3; }
span { border-color: rgb(64,219,163); }
td.TdClassName
{
border-color: #40DBA3;
}
.TagClassName
{
border-color: #40DBA3;
}
</style>