Shades of Shamrock #41CCAA
Tints of Shamrock #41CCAA
RGB
CMYK
RGB Variations
Color information
#41CCAA (or 0x41CCAA) is known color: Shamrock. HEX triplet: 41, CC and AA. RGB value is (65,204,170). Sum of RGB (Red+Green+Blue) = 65+204+170=439 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.81% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 204 - color contains mainly: green. Hex color #41CCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41CCAA is #BE3355. Grayscale: #9E9E9E. Windows color (decimal): -12464982 or 11193409. OLE color: 11193409.
HSL color Cylindrical-coordinate representation of color #41CCAA: hue angle of 165.32º degrees, saturation: 0.58, 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 #41CCAA is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 204 | 170 | - |
| CMYK | 0.68 | 0 | 0.17 | 0.2 |
| HSL | 165.32º | 0.58% | 0.53% | - |
| HSV(B) | 165.32º | 0.68% | 0.8% | - |
| XYZ | 31.03 | 47.21 | 45.51 | - |
| YUV | 158.56 | 134.45 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 204 | 170 | 0.68 | 0 | 0.17 | 0.2 | 165.32 | 0.58 | 0.53 |
| Hex | 41 | CC | AA | 44 | 0 | 11 | 14 | A5 | 3A | 35 |
| Octal | 101 | 314 | 252 | 104 | 0 | 21 | 24 | 245 | 72 | 65 |
| Binary | 1000001 | 11001100 | 10101010 | 1000100 | 0 | 10001 | 10100 | 10100101 | 111010 | 110101 |
Color Harmonies of #41CCAA
Complementary color
Monochromatic Colors of #41CCAA
Black with #41CCAA
Text Example
Text Example
White with #41CCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CCAA; }
p { color: rgb(65,204,170); }
H1.HeaderClassName
{
color: #41CCAA;
}
.AnyTagClassName
{
color: #41CCAA;
}
</style>
background-color css
<style>
a { background-color: #41CCAA; }
a { background-color: rgb(65,204,170); }
div.DivClassName
{
background-color: #41CCAA;
}
.BgClassName
{
background-color: #41CCAA;
}
</style>
border-color css
<style>
span { border-color: #41CCAA; }
span { border-color: rgb(65,204,170); }
td.TdClassName
{
border-color: #41CCAA;
}
.TagClassName
{
border-color: #41CCAA;
}
</style>