Shades of Shamrock #41C0A0
Tints of Shamrock #41C0A0
RGB
CMYK
RGB Variations
Color information
#41C0A0 (or 0x41C0A0) is known color: Shamrock. HEX triplet: 41, C0 and A0. RGB value is (65,192,160). Sum of RGB (Red+Green+Blue) = 65+192+160=417 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.59% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 192 - color contains mainly: green. Hex color #41C0A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C0A0 is #BE3F5F. Grayscale: #969696. Windows color (decimal): -12468064 or 10534977. OLE color: 10534977.
HSL color Cylindrical-coordinate representation of color #41C0A0: hue angle of 164.88º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C0A0 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 192 | 160 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.25 |
| HSL | 164.88º | 0.5% | 0.5% | - |
| HSV(B) | 164.88º | 0.66% | 0.75% | - |
| XYZ | 27.37 | 41.36 | 39.8 | - |
| YUV | 150.38 | 133.42 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 192 | 160 | 0.66 | 0 | 0.17 | 0.25 | 164.88 | 0.5 | 0.5 |
| Hex | 41 | C0 | A0 | 42 | 0 | 11 | 19 | A5 | 32 | 32 |
| Octal | 101 | 300 | 240 | 102 | 0 | 21 | 31 | 245 | 62 | 62 |
| Binary | 1000001 | 11000000 | 10100000 | 1000010 | 0 | 10001 | 11001 | 10100101 | 110010 | 110010 |
Color Harmonies of #41C0A0
Complementary color
Monochromatic Colors of #41C0A0
Black with #41C0A0
Text Example
Text Example
White with #41C0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C0A0; }
p { color: rgb(65,192,160); }
H1.HeaderClassName
{
color: #41C0A0;
}
.AnyTagClassName
{
color: #41C0A0;
}
</style>
background-color css
<style>
a { background-color: #41C0A0; }
a { background-color: rgb(65,192,160); }
div.DivClassName
{
background-color: #41C0A0;
}
.BgClassName
{
background-color: #41C0A0;
}
</style>
border-color css
<style>
span { border-color: #41C0A0; }
span { border-color: rgb(65,192,160); }
td.TdClassName
{
border-color: #41C0A0;
}
.TagClassName
{
border-color: #41C0A0;
}
</style>