Shades of Shamrock #41BEA0
Tints of Shamrock #41BEA0
RGB
CMYK
RGB Variations
Color information
#41BEA0 (or 0x41BEA0) is known color: Shamrock. HEX triplet: 41, BE and A0. RGB value is (65,190,160). Sum of RGB (Red+Green+Blue) = 65+190+160=415 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.66% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 190 - color contains mainly: green. Hex color #41BEA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BEA0 is #BE415F. Grayscale: #959595. Windows color (decimal): -12468576 or 10534465. OLE color: 10534465.
HSL color Cylindrical-coordinate representation of color #41BEA0: hue angle of 165.6º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41BEA0 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 190 | 160 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.25 |
| HSL | 165.6º | 0.49% | 0.5% | - |
| HSV(B) | 165.6º | 0.66% | 0.75% | - |
| XYZ | 26.94 | 40.49 | 39.65 | - |
| YUV | 149.21 | 134.09 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 190 | 160 | 0.66 | 0 | 0.16 | 0.25 | 165.6 | 0.49 | 0.5 |
| Hex | 41 | BE | A0 | 42 | 0 | 10 | 19 | A6 | 31 | 32 |
| Octal | 101 | 276 | 240 | 102 | 0 | 20 | 31 | 246 | 61 | 62 |
| Binary | 1000001 | 10111110 | 10100000 | 1000010 | 0 | 10000 | 11001 | 10100110 | 110001 | 110010 |
Color Harmonies of #41BEA0
Complementary color
Monochromatic Colors of #41BEA0
Black with #41BEA0
Text Example
Text Example
White with #41BEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BEA0; }
p { color: rgb(65,190,160); }
H1.HeaderClassName
{
color: #41BEA0;
}
.AnyTagClassName
{
color: #41BEA0;
}
</style>
background-color css
<style>
a { background-color: #41BEA0; }
a { background-color: rgb(65,190,160); }
div.DivClassName
{
background-color: #41BEA0;
}
.BgClassName
{
background-color: #41BEA0;
}
</style>
border-color css
<style>
span { border-color: #41BEA0; }
span { border-color: rgb(65,190,160); }
td.TdClassName
{
border-color: #41BEA0;
}
.TagClassName
{
border-color: #41BEA0;
}
</style>