Shades of Shamrock #40C6A3
Tints of Shamrock #40C6A3
RGB
CMYK
RGB Variations
Color information
#40C6A3 (or 0x40C6A3) is known color: Shamrock. HEX triplet: 40, C6 and A3. RGB value is (64,198,163). Sum of RGB (Red+Green+Blue) = 64+198+163=425 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.06% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 163 (64.06% from 255 or 38.35% from 425); Max value from RGB is 198 - color contains mainly: green. Hex color #40C6A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C6A3 is #BF395C. Grayscale: #999999. Windows color (decimal): -12532061 or 10733120. OLE color: 10733120.
HSL color Cylindrical-coordinate representation of color #40C6A3: hue angle of 164.33º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C6A3 is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 198 | 163 | - |
| CMYK | 0.68 | 0 | 0.18 | 0.22 |
| HSL | 164.33º | 0.54% | 0.51% | - |
| HSV(B) | 164.33º | 0.68% | 0.78% | - |
| XYZ | 28.92 | 44.12 | 41.64 | - |
| YUV | 153.94 | 133.11 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 198 | 163 | 0.68 | 0 | 0.18 | 0.22 | 164.33 | 0.54 | 0.51 |
| Hex | 40 | C6 | A3 | 44 | 0 | 12 | 16 | A4 | 36 | 33 |
| Octal | 100 | 306 | 243 | 104 | 0 | 22 | 26 | 244 | 66 | 63 |
| Binary | 1000000 | 11000110 | 10100011 | 1000100 | 0 | 10010 | 10110 | 10100100 | 110110 | 110011 |
Color Harmonies of #40C6A3
Complementary color
Monochromatic Colors of #40C6A3
Black with #40C6A3
Text Example
Text Example
White with #40C6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C6A3; }
p { color: rgb(64,198,163); }
H1.HeaderClassName
{
color: #40C6A3;
}
.AnyTagClassName
{
color: #40C6A3;
}
</style>
background-color css
<style>
a { background-color: #40C6A3; }
a { background-color: rgb(64,198,163); }
div.DivClassName
{
background-color: #40C6A3;
}
.BgClassName
{
background-color: #40C6A3;
}
</style>
border-color css
<style>
span { border-color: #40C6A3; }
span { border-color: rgb(64,198,163); }
td.TdClassName
{
border-color: #40C6A3;
}
.TagClassName
{
border-color: #40C6A3;
}
</style>