Shades of Shamrock #41CEB0
Tints of Shamrock #41CEB0
RGB
CMYK
RGB Variations
Color information
#41CEB0 (or 0x41CEB0) is known color: Shamrock. HEX triplet: 41, CE and B0. RGB value is (65,206,176). Sum of RGB (Red+Green+Blue) = 65+206+176=447 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.54% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 206 - color contains mainly: green. Hex color #41CEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41CEB0 is #BE314F. Grayscale: #A0A0A0. Windows color (decimal): -12464464 or 11587137. OLE color: 11587137.
HSL color Cylindrical-coordinate representation of color #41CEB0: hue angle of 167.23º 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 #41CEB0 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 206 | 176 | - |
| CMYK | 0.68 | 0 | 0.15 | 0.19 |
| HSL | 167.23º | 0.59% | 0.53% | - |
| HSV(B) | 167.23º | 0.68% | 0.81% | - |
| XYZ | 32.09 | 48.4 | 48.73 | - |
| YUV | 160.42 | 136.79 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 206 | 176 | 0.68 | 0 | 0.15 | 0.19 | 167.23 | 0.59 | 0.53 |
| Hex | 41 | CE | B0 | 44 | 0 | F | 13 | A7 | 3B | 35 |
| Octal | 101 | 316 | 260 | 104 | 0 | 17 | 23 | 247 | 73 | 65 |
| Binary | 1000001 | 11001110 | 10110000 | 1000100 | 0 | 1111 | 10011 | 10100111 | 111011 | 110101 |
Color Harmonies of #41CEB0
Complementary color
Monochromatic Colors of #41CEB0
Black with #41CEB0
Text Example
Text Example
White with #41CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CEB0; }
p { color: rgb(65,206,176); }
H1.HeaderClassName
{
color: #41CEB0;
}
.AnyTagClassName
{
color: #41CEB0;
}
</style>
background-color css
<style>
a { background-color: #41CEB0; }
a { background-color: rgb(65,206,176); }
div.DivClassName
{
background-color: #41CEB0;
}
.BgClassName
{
background-color: #41CEB0;
}
</style>
border-color css
<style>
span { border-color: #41CEB0; }
span { border-color: rgb(65,206,176); }
td.TdClassName
{
border-color: #41CEB0;
}
.TagClassName
{
border-color: #41CEB0;
}
</style>