Shades of Shamrock #40E6AC
Tints of Shamrock #40E6AC
RGB
CMYK
RGB Variations
Color information
#40E6AC (or 0x40E6AC) is known color: Shamrock. HEX triplet: 40, E6 and AC. RGB value is (64,230,172). Sum of RGB (Red+Green+Blue) = 64+230+172=466 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.73% from 466); Green value is 230 (90.23% from 255 or 49.36% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 230 - color contains mainly: green. Hex color #40E6AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40E6AC is #BF1953. Grayscale: #ADADAD. Windows color (decimal): -12523860 or 11331136. OLE color: 11331136.
HSL color Cylindrical-coordinate representation of color #40E6AC: hue angle of 159.04º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E6AC is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 230 | 172 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.10 |
| HSL | 159.04º | 0.77% | 0.58% | - |
| HSV(B) | 159.04º | 0.72% | 0.9% | - |
| XYZ | 37.86 | 60.66 | 48.74 | - |
| YUV | 173.75 | 127 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 230 | 172 | 0.72 | 0 | 0.25 | 0.10 | 159.04 | 0.77 | 0.58 |
| Hex | 40 | E6 | AC | 48 | 0 | 19 | A | 9F | 4D | 3A |
| Octal | 100 | 346 | 254 | 110 | 0 | 31 | 12 | 237 | 115 | 72 |
| Binary | 1000000 | 11100110 | 10101100 | 1001000 | 0 | 11001 | 1010 | 10011111 | 1001101 | 111010 |
Color Harmonies of #40E6AC
Complementary color
Monochromatic Colors of #40E6AC
Black with #40E6AC
Text Example
Text Example
White with #40E6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E6AC; }
p { color: rgb(64,230,172); }
H1.HeaderClassName
{
color: #40E6AC;
}
.AnyTagClassName
{
color: #40E6AC;
}
</style>
background-color css
<style>
a { background-color: #40E6AC; }
a { background-color: rgb(64,230,172); }
div.DivClassName
{
background-color: #40E6AC;
}
.BgClassName
{
background-color: #40E6AC;
}
</style>
border-color css
<style>
span { border-color: #40E6AC; }
span { border-color: rgb(64,230,172); }
td.TdClassName
{
border-color: #40E6AC;
}
.TagClassName
{
border-color: #40E6AC;
}
</style>