Shades of Shamrock #40C8AE
Tints of Shamrock #40C8AE
RGB
CMYK
RGB Variations
Color information
#40C8AE (or 0x40C8AE) is known color: Shamrock. HEX triplet: 40, C8 and AE. RGB value is (64,200,174). Sum of RGB (Red+Green+Blue) = 64+200+174=438 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.61% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 200 - color contains mainly: green. Hex color #40C8AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C8AE is #BF3751. Grayscale: #9C9C9C. Windows color (decimal): -12531538 or 11454528. OLE color: 11454528.
HSL color Cylindrical-coordinate representation of color #40C8AE: hue angle of 168.53º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C8AE is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 200 | 174 | - |
| CMYK | 0.68 | 0 | 0.13 | 0.22 |
| HSL | 168.53º | 0.55% | 0.52% | - |
| HSV(B) | 168.53º | 0.68% | 0.78% | - |
| XYZ | 30.41 | 45.45 | 47.22 | - |
| YUV | 156.37 | 137.94 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 200 | 174 | 0.68 | 0 | 0.13 | 0.22 | 168.53 | 0.55 | 0.52 |
| Hex | 40 | C8 | AE | 44 | 0 | D | 16 | A9 | 37 | 34 |
| Octal | 100 | 310 | 256 | 104 | 0 | 15 | 26 | 251 | 67 | 64 |
| Binary | 1000000 | 11001000 | 10101110 | 1000100 | 0 | 1101 | 10110 | 10101001 | 110111 | 110100 |
Color Harmonies of #40C8AE
Complementary color
Monochromatic Colors of #40C8AE
Black with #40C8AE
Text Example
Text Example
White with #40C8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C8AE; }
p { color: rgb(64,200,174); }
H1.HeaderClassName
{
color: #40C8AE;
}
.AnyTagClassName
{
color: #40C8AE;
}
</style>
background-color css
<style>
a { background-color: #40C8AE; }
a { background-color: rgb(64,200,174); }
div.DivClassName
{
background-color: #40C8AE;
}
.BgClassName
{
background-color: #40C8AE;
}
</style>
border-color css
<style>
span { border-color: #40C8AE; }
span { border-color: rgb(64,200,174); }
td.TdClassName
{
border-color: #40C8AE;
}
.TagClassName
{
border-color: #40C8AE;
}
</style>