Shades of Shamrock #40E5AF
Tints of Shamrock #40E5AF
RGB
CMYK
RGB Variations
Color information
#40E5AF (or 0x40E5AF) is known color: Shamrock. HEX triplet: 40, E5 and AF. RGB value is (64,229,175). Sum of RGB (Red+Green+Blue) = 64+229+175=468 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.68% from 468); Green value is 229 (89.84% from 255 or 48.93% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 229 - color contains mainly: green. Hex color #40E5AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40E5AF is #BF1A50. Grayscale: #ADADAD. Windows color (decimal): -12524113 or 11527488. OLE color: 11527488.
HSL color Cylindrical-coordinate representation of color #40E5AF: hue angle of 160.36º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E5AF is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 229 | 175 | - |
| CMYK | 0.72 | 0 | 0.24 | 0.10 |
| HSL | 160.36º | 0.76% | 0.57% | - |
| HSV(B) | 160.36º | 0.72% | 0.9% | - |
| XYZ | 37.87 | 60.22 | 50.19 | - |
| YUV | 173.51 | 128.84 | 49.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 229 | 175 | 0.72 | 0 | 0.24 | 0.10 | 160.36 | 0.76 | 0.57 |
| Hex | 40 | E5 | AF | 48 | 0 | 18 | A | A0 | 4C | 39 |
| Octal | 100 | 345 | 257 | 110 | 0 | 30 | 12 | 240 | 114 | 71 |
| Binary | 1000000 | 11100101 | 10101111 | 1001000 | 0 | 11000 | 1010 | 10100000 | 1001100 | 111001 |
Color Harmonies of #40E5AF
Complementary color
Monochromatic Colors of #40E5AF
Black with #40E5AF
Text Example
Text Example
White with #40E5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E5AF; }
p { color: rgb(64,229,175); }
H1.HeaderClassName
{
color: #40E5AF;
}
.AnyTagClassName
{
color: #40E5AF;
}
</style>
background-color css
<style>
a { background-color: #40E5AF; }
a { background-color: rgb(64,229,175); }
div.DivClassName
{
background-color: #40E5AF;
}
.BgClassName
{
background-color: #40E5AF;
}
</style>
border-color css
<style>
span { border-color: #40E5AF; }
span { border-color: rgb(64,229,175); }
td.TdClassName
{
border-color: #40E5AF;
}
.TagClassName
{
border-color: #40E5AF;
}
</style>