Shades of Shamrock #41CBAB
Tints of Shamrock #41CBAB
RGB
CMYK
RGB Variations
Color information
#41CBAB (or 0x41CBAB) is known color: Shamrock. HEX triplet: 41, CB and AB. RGB value is (65,203,171). Sum of RGB (Red+Green+Blue) = 65+203+171=439 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.81% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 203 - color contains mainly: green. Hex color #41CBAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41CBAB is #BE3454. Grayscale: #9E9E9E. Windows color (decimal): -12465237 or 11258689. OLE color: 11258689.
HSL color Cylindrical-coordinate representation of color #41CBAB: hue angle of 166.09º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CBAB is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 203 | 171 | - |
| CMYK | 0.68 | 0 | 0.16 | 0.20 |
| HSL | 166.09º | 0.57% | 0.53% | - |
| HSV(B) | 166.09º | 0.68% | 0.8% | - |
| XYZ | 30.89 | 46.78 | 45.93 | - |
| YUV | 158.09 | 135.28 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 203 | 171 | 0.68 | 0 | 0.16 | 0.20 | 166.09 | 0.57 | 0.53 |
| Hex | 41 | CB | AB | 44 | 0 | 10 | 14 | A6 | 39 | 35 |
| Octal | 101 | 313 | 253 | 104 | 0 | 20 | 24 | 246 | 71 | 65 |
| Binary | 1000001 | 11001011 | 10101011 | 1000100 | 0 | 10000 | 10100 | 10100110 | 111001 | 110101 |
Color Harmonies of #41CBAB
Complementary color
Monochromatic Colors of #41CBAB
Black with #41CBAB
Text Example
Text Example
White with #41CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CBAB; }
p { color: rgb(65,203,171); }
H1.HeaderClassName
{
color: #41CBAB;
}
.AnyTagClassName
{
color: #41CBAB;
}
</style>
background-color css
<style>
a { background-color: #41CBAB; }
a { background-color: rgb(65,203,171); }
div.DivClassName
{
background-color: #41CBAB;
}
.BgClassName
{
background-color: #41CBAB;
}
</style>
border-color css
<style>
span { border-color: #41CBAB; }
span { border-color: rgb(65,203,171); }
td.TdClassName
{
border-color: #41CBAB;
}
.TagClassName
{
border-color: #41CBAB;
}
</style>