Shades of Shamrock #40DAA4
Tints of Shamrock #40DAA4
RGB
CMYK
RGB Variations
Color information
#40DAA4 (or 0x40DAA4) is known color: Shamrock. HEX triplet: 40, DA and A4. RGB value is (64,218,164). Sum of RGB (Red+Green+Blue) = 64+218+164=446 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.35% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #40DAA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DAA4 is #BF255B. Grayscale: #A5A5A5. Windows color (decimal): -12526940 or 10803776. OLE color: 10803776.
HSL color Cylindrical-coordinate representation of color #40DAA4: hue angle of 158.96º 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 #40DAA4 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 218 | 164 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.15 |
| HSL | 158.96º | 0.68% | 0.55% | - |
| HSV(B) | 158.96º | 0.71% | 0.85% | - |
| XYZ | 33.89 | 53.91 | 43.74 | - |
| YUV | 165.8 | 126.98 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 164 | 0.71 | 0 | 0.25 | 0.15 | 158.96 | 0.68 | 0.55 |
| Hex | 40 | DA | A4 | 47 | 0 | 19 | F | 9F | 44 | 37 |
| Octal | 100 | 332 | 244 | 107 | 0 | 31 | 17 | 237 | 104 | 67 |
| Binary | 1000000 | 11011010 | 10100100 | 1000111 | 0 | 11001 | 1111 | 10011111 | 1000100 | 110111 |
Color Harmonies of #40DAA4
Complementary color
Monochromatic Colors of #40DAA4
Black with #40DAA4
Text Example
Text Example
White with #40DAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DAA4; }
p { color: rgb(64,218,164); }
H1.HeaderClassName
{
color: #40DAA4;
}
.AnyTagClassName
{
color: #40DAA4;
}
</style>
background-color css
<style>
a { background-color: #40DAA4; }
a { background-color: rgb(64,218,164); }
div.DivClassName
{
background-color: #40DAA4;
}
.BgClassName
{
background-color: #40DAA4;
}
</style>
border-color css
<style>
span { border-color: #40DAA4; }
span { border-color: rgb(64,218,164); }
td.TdClassName
{
border-color: #40DAA4;
}
.TagClassName
{
border-color: #40DAA4;
}
</style>