Shades of Shamrock #41CEAB
Tints of Shamrock #41CEAB
RGB
CMYK
RGB Variations
Color information
#41CEAB (or 0x41CEAB) is known color: Shamrock. HEX triplet: 41, CE and AB. RGB value is (65,206,171). Sum of RGB (Red+Green+Blue) = 65+206+171=442 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.71% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #41CEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41CEAB is #BE3154. Grayscale: #9F9F9F. Windows color (decimal): -12464469 or 11259457. OLE color: 11259457.
HSL color Cylindrical-coordinate representation of color #41CEAB: hue angle of 165.11º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CEAB is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 206 | 171 | - |
| CMYK | 0.68 | 0 | 0.17 | 0.19 |
| HSL | 165.11º | 0.59% | 0.53% | - |
| HSV(B) | 165.11º | 0.68% | 0.81% | - |
| XYZ | 31.6 | 48.21 | 46.17 | - |
| YUV | 159.85 | 134.29 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 206 | 171 | 0.68 | 0 | 0.17 | 0.19 | 165.11 | 0.59 | 0.53 |
| Hex | 41 | CE | AB | 44 | 0 | 11 | 13 | A5 | 3B | 35 |
| Octal | 101 | 316 | 253 | 104 | 0 | 21 | 23 | 245 | 73 | 65 |
| Binary | 1000001 | 11001110 | 10101011 | 1000100 | 0 | 10001 | 10011 | 10100101 | 111011 | 110101 |
Color Harmonies of #41CEAB
Complementary color
Monochromatic Colors of #41CEAB
Black with #41CEAB
Text Example
Text Example
White with #41CEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CEAB; }
p { color: rgb(65,206,171); }
H1.HeaderClassName
{
color: #41CEAB;
}
.AnyTagClassName
{
color: #41CEAB;
}
</style>
background-color css
<style>
a { background-color: #41CEAB; }
a { background-color: rgb(65,206,171); }
div.DivClassName
{
background-color: #41CEAB;
}
.BgClassName
{
background-color: #41CEAB;
}
</style>
border-color css
<style>
span { border-color: #41CEAB; }
span { border-color: rgb(65,206,171); }
td.TdClassName
{
border-color: #41CEAB;
}
.TagClassName
{
border-color: #41CEAB;
}
</style>