Shades of Shamrock #41C5AB
Tints of Shamrock #41C5AB
RGB
CMYK
RGB Variations
Color information
#41C5AB (or 0x41C5AB) is known color: Shamrock. HEX triplet: 41, C5 and AB. RGB value is (65,197,171). Sum of RGB (Red+Green+Blue) = 65+197+171=433 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.01% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 197 - color contains mainly: green. Hex color #41C5AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C5AB is #BE3A54. Grayscale: #9A9A9A. Windows color (decimal): -12466773 or 11257153. OLE color: 11257153.
HSL color Cylindrical-coordinate representation of color #41C5AB: hue angle of 168.18º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41C5AB is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 197 | 171 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.23 |
| HSL | 168.18º | 0.53% | 0.51% | - |
| HSV(B) | 168.18º | 0.67% | 0.77% | - |
| XYZ | 29.5 | 44 | 45.47 | - |
| YUV | 154.57 | 137.27 | 64.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 197 | 171 | 0.67 | 0 | 0.13 | 0.23 | 168.18 | 0.53 | 0.51 |
| Hex | 41 | C5 | AB | 43 | 0 | D | 17 | A8 | 35 | 33 |
| Octal | 101 | 305 | 253 | 103 | 0 | 15 | 27 | 250 | 65 | 63 |
| Binary | 1000001 | 11000101 | 10101011 | 1000011 | 0 | 1101 | 10111 | 10101000 | 110101 | 110011 |
Color Harmonies of #41C5AB
Complementary color
Monochromatic Colors of #41C5AB
Black with #41C5AB
Text Example
Text Example
White with #41C5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C5AB; }
p { color: rgb(65,197,171); }
H1.HeaderClassName
{
color: #41C5AB;
}
.AnyTagClassName
{
color: #41C5AB;
}
</style>
background-color css
<style>
a { background-color: #41C5AB; }
a { background-color: rgb(65,197,171); }
div.DivClassName
{
background-color: #41C5AB;
}
.BgClassName
{
background-color: #41C5AB;
}
</style>
border-color css
<style>
span { border-color: #41C5AB; }
span { border-color: rgb(65,197,171); }
td.TdClassName
{
border-color: #41C5AB;
}
.TagClassName
{
border-color: #41C5AB;
}
</style>