Shades of Shamrock #40DBAF
Tints of Shamrock #40DBAF
RGB
CMYK
RGB Variations
Color information
#40DBAF (or 0x40DBAF) is known color: Shamrock. HEX triplet: 40, DB and AF. RGB value is (64,219,175). Sum of RGB (Red+Green+Blue) = 64+219+175=458 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.97% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 219 - color contains mainly: green. Hex color #40DBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DBAF is #BF2450. Grayscale: #A7A7A7. Windows color (decimal): -12526673 or 11524928. OLE color: 11524928.
HSL color Cylindrical-coordinate representation of color #40DBAF: hue angle of 162.97º 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 #40DBAF is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 219 | 175 | - |
| CMYK | 0.71 | 0 | 0.20 | 0.14 |
| HSL | 162.97º | 0.68% | 0.55% | - |
| HSV(B) | 162.97º | 0.71% | 0.86% | - |
| XYZ | 35.18 | 54.85 | 49.29 | - |
| YUV | 167.64 | 132.15 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 175 | 0.71 | 0 | 0.20 | 0.14 | 162.97 | 0.68 | 0.55 |
| Hex | 40 | DB | AF | 47 | 0 | 14 | E | A3 | 44 | 37 |
| Octal | 100 | 333 | 257 | 107 | 0 | 24 | 16 | 243 | 104 | 67 |
| Binary | 1000000 | 11011011 | 10101111 | 1000111 | 0 | 10100 | 1110 | 10100011 | 1000100 | 110111 |
Color Harmonies of #40DBAF
Complementary color
Monochromatic Colors of #40DBAF
Black with #40DBAF
Text Example
Text Example
White with #40DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DBAF; }
p { color: rgb(64,219,175); }
H1.HeaderClassName
{
color: #40DBAF;
}
.AnyTagClassName
{
color: #40DBAF;
}
</style>
background-color css
<style>
a { background-color: #40DBAF; }
a { background-color: rgb(64,219,175); }
div.DivClassName
{
background-color: #40DBAF;
}
.BgClassName
{
background-color: #40DBAF;
}
</style>
border-color css
<style>
span { border-color: #40DBAF; }
span { border-color: rgb(64,219,175); }
td.TdClassName
{
border-color: #40DBAF;
}
.TagClassName
{
border-color: #40DBAF;
}
</style>