Shades of Shamrock #40E1AF
Tints of Shamrock #40E1AF
RGB
CMYK
RGB Variations
Color information
#40E1AF (or 0x40E1AF) is known color: Shamrock. HEX triplet: 40, E1 and AF. RGB value is (64,225,175). Sum of RGB (Red+Green+Blue) = 64+225+175=464 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.79% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 225 - color contains mainly: green. Hex color #40E1AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40E1AF is #BF1E50. Grayscale: #ABABAB. Windows color (decimal): -12525137 or 11526464. OLE color: 11526464.
HSL color Cylindrical-coordinate representation of color #40E1AF: hue angle of 161.37º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E1AF is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 225 | 175 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.12 |
| HSL | 161.37º | 0.73% | 0.57% | - |
| HSV(B) | 161.37º | 0.72% | 0.88% | - |
| XYZ | 36.78 | 58.04 | 49.82 | - |
| YUV | 171.16 | 130.16 | 51.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 225 | 175 | 0.72 | 0 | 0.22 | 0.12 | 161.37 | 0.73 | 0.57 |
| Hex | 40 | E1 | AF | 48 | 0 | 16 | C | A1 | 49 | 39 |
| Octal | 100 | 341 | 257 | 110 | 0 | 26 | 14 | 241 | 111 | 71 |
| Binary | 1000000 | 11100001 | 10101111 | 1001000 | 0 | 10110 | 1100 | 10100001 | 1001001 | 111001 |
Color Harmonies of #40E1AF
Complementary color
Monochromatic Colors of #40E1AF
Black with #40E1AF
Text Example
Text Example
White with #40E1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E1AF; }
p { color: rgb(64,225,175); }
H1.HeaderClassName
{
color: #40E1AF;
}
.AnyTagClassName
{
color: #40E1AF;
}
</style>
background-color css
<style>
a { background-color: #40E1AF; }
a { background-color: rgb(64,225,175); }
div.DivClassName
{
background-color: #40E1AF;
}
.BgClassName
{
background-color: #40E1AF;
}
</style>
border-color css
<style>
span { border-color: #40E1AF; }
span { border-color: rgb(64,225,175); }
td.TdClassName
{
border-color: #40E1AF;
}
.TagClassName
{
border-color: #40E1AF;
}
</style>