Shades of Shamrock #40C9AF
Tints of Shamrock #40C9AF
RGB
CMYK
RGB Variations
Color information
#40C9AF (or 0x40C9AF) is known color: Shamrock. HEX triplet: 40, C9 and AF. RGB value is (64,201,175). Sum of RGB (Red+Green+Blue) = 64+201+175=440 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.55% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 201 - color contains mainly: green. Hex color #40C9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C9AF is #BF3650. Grayscale: #9D9D9D. Windows color (decimal): -12531281 or 11520320. OLE color: 11520320.
HSL color Cylindrical-coordinate representation of color #40C9AF: hue angle of 168.61º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C9AF is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 201 | 175 | - |
| CMYK | 0.68 | 0 | 0.13 | 0.21 |
| HSL | 168.61º | 0.56% | 0.52% | - |
| HSV(B) | 168.61º | 0.68% | 0.79% | - |
| XYZ | 30.74 | 45.96 | 47.81 | - |
| YUV | 157.07 | 138.11 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 201 | 175 | 0.68 | 0 | 0.13 | 0.21 | 168.61 | 0.56 | 0.52 |
| Hex | 40 | C9 | AF | 44 | 0 | D | 15 | A9 | 38 | 34 |
| Octal | 100 | 311 | 257 | 104 | 0 | 15 | 25 | 251 | 70 | 64 |
| Binary | 1000000 | 11001001 | 10101111 | 1000100 | 0 | 1101 | 10101 | 10101001 | 111000 | 110100 |
Color Harmonies of #40C9AF
Complementary color
Monochromatic Colors of #40C9AF
Black with #40C9AF
Text Example
Text Example
White with #40C9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C9AF; }
p { color: rgb(64,201,175); }
H1.HeaderClassName
{
color: #40C9AF;
}
.AnyTagClassName
{
color: #40C9AF;
}
</style>
background-color css
<style>
a { background-color: #40C9AF; }
a { background-color: rgb(64,201,175); }
div.DivClassName
{
background-color: #40C9AF;
}
.BgClassName
{
background-color: #40C9AF;
}
</style>
border-color css
<style>
span { border-color: #40C9AF; }
span { border-color: rgb(64,201,175); }
td.TdClassName
{
border-color: #40C9AF;
}
.TagClassName
{
border-color: #40C9AF;
}
</style>