Shades of Shamrock #40DAA3
Tints of Shamrock #40DAA3
RGB
CMYK
RGB Variations
Color information
#40DAA3 (or 0x40DAA3) is known color: Shamrock. HEX triplet: 40, DA and A3. RGB value is (64,218,163). Sum of RGB (Red+Green+Blue) = 64+218+163=445 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.38% from 445); Green value is 218 (85.55% from 255 or 48.99% from 445); Blue value is 163 (64.06% from 255 or 36.63% from 445); Max value from RGB is 218 - color contains mainly: green. Hex color #40DAA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DAA3 is #BF255C. Grayscale: #A5A5A5. Windows color (decimal): -12526941 or 10738240. OLE color: 10738240.
HSL color Cylindrical-coordinate representation of color #40DAA3: hue angle of 158.57º 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 #40DAA3 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 218 | 163 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.15 |
| HSL | 158.57º | 0.68% | 0.55% | - |
| HSV(B) | 158.57º | 0.71% | 0.85% | - |
| XYZ | 33.8 | 53.88 | 43.27 | - |
| YUV | 165.68 | 126.48 | 55.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 163 | 0.71 | 0 | 0.25 | 0.15 | 158.57 | 0.68 | 0.55 |
| Hex | 40 | DA | A3 | 47 | 0 | 19 | F | 9F | 44 | 37 |
| Octal | 100 | 332 | 243 | 107 | 0 | 31 | 17 | 237 | 104 | 67 |
| Binary | 1000000 | 11011010 | 10100011 | 1000111 | 0 | 11001 | 1111 | 10011111 | 1000100 | 110111 |
Color Harmonies of #40DAA3
Complementary color
Monochromatic Colors of #40DAA3
Black with #40DAA3
Text Example
Text Example
White with #40DAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DAA3; }
p { color: rgb(64,218,163); }
H1.HeaderClassName
{
color: #40DAA3;
}
.AnyTagClassName
{
color: #40DAA3;
}
</style>
background-color css
<style>
a { background-color: #40DAA3; }
a { background-color: rgb(64,218,163); }
div.DivClassName
{
background-color: #40DAA3;
}
.BgClassName
{
background-color: #40DAA3;
}
</style>
border-color css
<style>
span { border-color: #40DAA3; }
span { border-color: rgb(64,218,163); }
td.TdClassName
{
border-color: #40DAA3;
}
.TagClassName
{
border-color: #40DAA3;
}
</style>