Shades of Shamrock #40DAAC
Tints of Shamrock #40DAAC
RGB
CMYK
RGB Variations
Color information
#40DAAC (or 0x40DAAC) is known color: Shamrock. HEX triplet: 40, DA and AC. RGB value is (64,218,172). Sum of RGB (Red+Green+Blue) = 64+218+172=454 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.10% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 218 - color contains mainly: green. Hex color #40DAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DAAC is #BF2553. Grayscale: #A6A6A6. Windows color (decimal): -12526932 or 11328064. OLE color: 11328064.
HSL color Cylindrical-coordinate representation of color #40DAAC: hue angle of 162.08º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DAAC is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 218 | 172 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.15 |
| HSL | 162.08º | 0.68% | 0.55% | - |
| HSV(B) | 162.08º | 0.71% | 0.85% | - |
| XYZ | 34.63 | 54.21 | 47.67 | - |
| YUV | 166.71 | 130.98 | 54.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 172 | 0.71 | 0 | 0.21 | 0.15 | 162.08 | 0.68 | 0.55 |
| Hex | 40 | DA | AC | 47 | 0 | 15 | F | A2 | 44 | 37 |
| Octal | 100 | 332 | 254 | 107 | 0 | 25 | 17 | 242 | 104 | 67 |
| Binary | 1000000 | 11011010 | 10101100 | 1000111 | 0 | 10101 | 1111 | 10100010 | 1000100 | 110111 |
Color Harmonies of #40DAAC
Complementary color
Monochromatic Colors of #40DAAC
Black with #40DAAC
Text Example
Text Example
White with #40DAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DAAC; }
p { color: rgb(64,218,172); }
H1.HeaderClassName
{
color: #40DAAC;
}
.AnyTagClassName
{
color: #40DAAC;
}
</style>
background-color css
<style>
a { background-color: #40DAAC; }
a { background-color: rgb(64,218,172); }
div.DivClassName
{
background-color: #40DAAC;
}
.BgClassName
{
background-color: #40DAAC;
}
</style>
border-color css
<style>
span { border-color: #40DAAC; }
span { border-color: rgb(64,218,172); }
td.TdClassName
{
border-color: #40DAAC;
}
.TagClassName
{
border-color: #40DAAC;
}
</style>