Shades of Shamrock #40DBAA
Tints of Shamrock #40DBAA
RGB
CMYK
RGB Variations
Color information
#40DBAA (or 0x40DBAA) is known color: Shamrock. HEX triplet: 40, DB and AA. RGB value is (64,219,170). Sum of RGB (Red+Green+Blue) = 64+219+170=453 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.13% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #40DBAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DBAA is #BF2455. Grayscale: #A7A7A7. Windows color (decimal): -12526678 or 11197248. OLE color: 11197248.
HSL color Cylindrical-coordinate representation of color #40DBAA: hue angle of 161.03º 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 #40DBAA is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 219 | 170 | - |
| CMYK | 0.71 | 0 | 0.22 | 0.14 |
| HSL | 161.03º | 0.68% | 0.55% | - |
| HSV(B) | 161.03º | 0.71% | 0.86% | - |
| XYZ | 34.7 | 54.66 | 46.75 | - |
| YUV | 167.07 | 129.65 | 54.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 170 | 0.71 | 0 | 0.22 | 0.14 | 161.03 | 0.68 | 0.55 |
| Hex | 40 | DB | AA | 47 | 0 | 16 | E | A1 | 44 | 37 |
| Octal | 100 | 333 | 252 | 107 | 0 | 26 | 16 | 241 | 104 | 67 |
| Binary | 1000000 | 11011011 | 10101010 | 1000111 | 0 | 10110 | 1110 | 10100001 | 1000100 | 110111 |
Color Harmonies of #40DBAA
Complementary color
Monochromatic Colors of #40DBAA
Black with #40DBAA
Text Example
Text Example
White with #40DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DBAA; }
p { color: rgb(64,219,170); }
H1.HeaderClassName
{
color: #40DBAA;
}
.AnyTagClassName
{
color: #40DBAA;
}
</style>
background-color css
<style>
a { background-color: #40DBAA; }
a { background-color: rgb(64,219,170); }
div.DivClassName
{
background-color: #40DBAA;
}
.BgClassName
{
background-color: #40DBAA;
}
</style>
border-color css
<style>
span { border-color: #40DBAA; }
span { border-color: rgb(64,219,170); }
td.TdClassName
{
border-color: #40DBAA;
}
.TagClassName
{
border-color: #40DBAA;
}
</style>