Shades of Shamrock #40CFA8
Tints of Shamrock #40CFA8
RGB
CMYK
RGB Variations
Color information
#40CFA8 (or 0x40CFA8) is known color: Shamrock. HEX triplet: 40, CF and A8. RGB value is (64,207,168). Sum of RGB (Red+Green+Blue) = 64+207+168=439 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.58% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 207 - color contains mainly: green. Hex color #40CFA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CFA8 is #BF3057. Grayscale: #9F9F9F. Windows color (decimal): -12529752 or 11063104. OLE color: 11063104.
HSL color Cylindrical-coordinate representation of color #40CFA8: hue angle of 163.64º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CFA8 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 207 | 168 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.19 |
| HSL | 163.64º | 0.6% | 0.53% | - |
| HSV(B) | 163.64º | 0.69% | 0.81% | - |
| XYZ | 31.5 | 48.54 | 44.76 | - |
| YUV | 159.8 | 132.62 | 59.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 207 | 168 | 0.69 | 0 | 0.19 | 0.19 | 163.64 | 0.6 | 0.53 |
| Hex | 40 | CF | A8 | 45 | 0 | 13 | 13 | A4 | 3C | 35 |
| Octal | 100 | 317 | 250 | 105 | 0 | 23 | 23 | 244 | 74 | 65 |
| Binary | 1000000 | 11001111 | 10101000 | 1000101 | 0 | 10011 | 10011 | 10100100 | 111100 | 110101 |
Color Harmonies of #40CFA8
Complementary color
Monochromatic Colors of #40CFA8
Black with #40CFA8
Text Example
Text Example
White with #40CFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CFA8; }
p { color: rgb(64,207,168); }
H1.HeaderClassName
{
color: #40CFA8;
}
.AnyTagClassName
{
color: #40CFA8;
}
</style>
background-color css
<style>
a { background-color: #40CFA8; }
a { background-color: rgb(64,207,168); }
div.DivClassName
{
background-color: #40CFA8;
}
.BgClassName
{
background-color: #40CFA8;
}
</style>
border-color css
<style>
span { border-color: #40CFA8; }
span { border-color: rgb(64,207,168); }
td.TdClassName
{
border-color: #40CFA8;
}
.TagClassName
{
border-color: #40CFA8;
}
</style>