Shades of Shamrock #40ECAC
Tints of Shamrock #40ECAC
RGB
CMYK
RGB Variations
Color information
#40ECAC (or 0x40ECAC) is known color: Shamrock. HEX triplet: 40, EC and AC. RGB value is (64,236,172). Sum of RGB (Red+Green+Blue) = 64+236+172=472 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.56% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #40ECAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40ECAC is #BF1353. Grayscale: #B1B1B1. Windows color (decimal): -12522324 or 11332672. OLE color: 11332672.
HSL color Cylindrical-coordinate representation of color #40ECAC: hue angle of 157.67º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40ECAC is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 236 | 172 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.07 |
| HSL | 157.67º | 0.82% | 0.59% | - |
| HSV(B) | 157.67º | 0.73% | 0.93% | - |
| XYZ | 39.56 | 64.06 | 49.31 | - |
| YUV | 177.28 | 125.02 | 47.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 236 | 172 | 0.73 | 0 | 0.27 | 0.07 | 157.67 | 0.82 | 0.59 |
| Hex | 40 | EC | AC | 49 | 0 | 1B | 7 | 9E | 52 | 3B |
| Octal | 100 | 354 | 254 | 111 | 0 | 33 | 7 | 236 | 122 | 73 |
| Binary | 1000000 | 11101100 | 10101100 | 1001001 | 0 | 11011 | 111 | 10011110 | 1010010 | 111011 |
Color Harmonies of #40ECAC
Complementary color
Monochromatic Colors of #40ECAC
Black with #40ECAC
Text Example
Text Example
White with #40ECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ECAC; }
p { color: rgb(64,236,172); }
H1.HeaderClassName
{
color: #40ECAC;
}
.AnyTagClassName
{
color: #40ECAC;
}
</style>
background-color css
<style>
a { background-color: #40ECAC; }
a { background-color: rgb(64,236,172); }
div.DivClassName
{
background-color: #40ECAC;
}
.BgClassName
{
background-color: #40ECAC;
}
</style>
border-color css
<style>
span { border-color: #40ECAC; }
span { border-color: rgb(64,236,172); }
td.TdClassName
{
border-color: #40ECAC;
}
.TagClassName
{
border-color: #40ECAC;
}
</style>