Shades of Shamrock #40E9AA
Tints of Shamrock #40E9AA
RGB
CMYK
RGB Variations
Color information
#40E9AA (or 0x40E9AA) is known color: Shamrock. HEX triplet: 40, E9 and AA. RGB value is (64,233,170). Sum of RGB (Red+Green+Blue) = 64+233+170=467 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.70% from 467); Green value is 233 (91.41% from 255 or 49.89% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 233 - color contains mainly: green. Hex color #40E9AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40E9AA is #BF1655. Grayscale: #AFAFAF. Windows color (decimal): -12523094 or 11200832. OLE color: 11200832.
HSL color Cylindrical-coordinate representation of color #40E9AA: hue angle of 157.63º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40E9AA is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 233 | 170 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.09 |
| HSL | 157.63º | 0.79% | 0.58% | - |
| HSV(B) | 157.63º | 0.73% | 0.91% | - |
| XYZ | 38.51 | 62.27 | 48.02 | - |
| YUV | 175.29 | 125.01 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 233 | 170 | 0.73 | 0 | 0.27 | 0.09 | 157.63 | 0.79 | 0.58 |
| Hex | 40 | E9 | AA | 49 | 0 | 1B | 9 | 9E | 4F | 3A |
| Octal | 100 | 351 | 252 | 111 | 0 | 33 | 11 | 236 | 117 | 72 |
| Binary | 1000000 | 11101001 | 10101010 | 1001001 | 0 | 11011 | 1001 | 10011110 | 1001111 | 111010 |
Color Harmonies of #40E9AA
Complementary color
Monochromatic Colors of #40E9AA
Black with #40E9AA
Text Example
Text Example
White with #40E9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E9AA; }
p { color: rgb(64,233,170); }
H1.HeaderClassName
{
color: #40E9AA;
}
.AnyTagClassName
{
color: #40E9AA;
}
</style>
background-color css
<style>
a { background-color: #40E9AA; }
a { background-color: rgb(64,233,170); }
div.DivClassName
{
background-color: #40E9AA;
}
.BgClassName
{
background-color: #40E9AA;
}
</style>
border-color css
<style>
span { border-color: #40E9AA; }
span { border-color: rgb(64,233,170); }
td.TdClassName
{
border-color: #40E9AA;
}
.TagClassName
{
border-color: #40E9AA;
}
</style>