Shades of Shamrock #41C2A8
Tints of Shamrock #41C2A8
RGB
CMYK
RGB Variations
Color information
#41C2A8 (or 0x41C2A8) is known color: Shamrock. HEX triplet: 41, C2 and A8. RGB value is (65,194,168). Sum of RGB (Red+Green+Blue) = 65+194+168=427 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.22% from 427); Green value is 194 (76.17% from 255 or 45.43% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 194 - color contains mainly: green. Hex color #41C2A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C2A8 is #BE3D57. Grayscale: #989898. Windows color (decimal): -12467544 or 11059777. OLE color: 11059777.
HSL color Cylindrical-coordinate representation of color #41C2A8: hue angle of 167.91º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C2A8 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 194 | 168 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.24 |
| HSL | 167.91º | 0.51% | 0.51% | - |
| HSV(B) | 167.91º | 0.66% | 0.76% | - |
| XYZ | 28.54 | 42.53 | 43.75 | - |
| YUV | 152.47 | 136.76 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 194 | 168 | 0.66 | 0 | 0.13 | 0.24 | 167.91 | 0.51 | 0.51 |
| Hex | 41 | C2 | A8 | 42 | 0 | D | 18 | A8 | 33 | 33 |
| Octal | 101 | 302 | 250 | 102 | 0 | 15 | 30 | 250 | 63 | 63 |
| Binary | 1000001 | 11000010 | 10101000 | 1000010 | 0 | 1101 | 11000 | 10101000 | 110011 | 110011 |
Color Harmonies of #41C2A8
Complementary color
Monochromatic Colors of #41C2A8
Black with #41C2A8
Text Example
Text Example
White with #41C2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C2A8; }
p { color: rgb(65,194,168); }
H1.HeaderClassName
{
color: #41C2A8;
}
.AnyTagClassName
{
color: #41C2A8;
}
</style>
background-color css
<style>
a { background-color: #41C2A8; }
a { background-color: rgb(65,194,168); }
div.DivClassName
{
background-color: #41C2A8;
}
.BgClassName
{
background-color: #41C2A8;
}
</style>
border-color css
<style>
span { border-color: #41C2A8; }
span { border-color: rgb(65,194,168); }
td.TdClassName
{
border-color: #41C2A8;
}
.TagClassName
{
border-color: #41C2A8;
}
</style>