Shades of Shamrock #41CFAA
Tints of Shamrock #41CFAA
RGB
CMYK
RGB Variations
Color information
#41CFAA (or 0x41CFAA) is known color: Shamrock. HEX triplet: 41, CF and AA. RGB value is (65,207,170). Sum of RGB (Red+Green+Blue) = 65+207+170=442 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.71% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #41CFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41CFAA is #BE3055. Grayscale: #A0A0A0. Windows color (decimal): -12464214 or 11194177. OLE color: 11194177.
HSL color Cylindrical-coordinate representation of color #41CFAA: hue angle of 164.37º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41CFAA is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 207 | 170 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.19 |
| HSL | 164.37º | 0.6% | 0.53% | - |
| HSV(B) | 164.37º | 0.69% | 0.81% | - |
| XYZ | 31.75 | 48.65 | 45.75 | - |
| YUV | 160.32 | 133.46 | 60.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 207 | 170 | 0.69 | 0 | 0.18 | 0.19 | 164.37 | 0.6 | 0.53 |
| Hex | 41 | CF | AA | 45 | 0 | 12 | 13 | A4 | 3C | 35 |
| Octal | 101 | 317 | 252 | 105 | 0 | 22 | 23 | 244 | 74 | 65 |
| Binary | 1000001 | 11001111 | 10101010 | 1000101 | 0 | 10010 | 10011 | 10100100 | 111100 | 110101 |
Color Harmonies of #41CFAA
Complementary color
Monochromatic Colors of #41CFAA
Black with #41CFAA
Text Example
Text Example
White with #41CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CFAA; }
p { color: rgb(65,207,170); }
H1.HeaderClassName
{
color: #41CFAA;
}
.AnyTagClassName
{
color: #41CFAA;
}
</style>
background-color css
<style>
a { background-color: #41CFAA; }
a { background-color: rgb(65,207,170); }
div.DivClassName
{
background-color: #41CFAA;
}
.BgClassName
{
background-color: #41CFAA;
}
</style>
border-color css
<style>
span { border-color: #41CFAA; }
span { border-color: rgb(65,207,170); }
td.TdClassName
{
border-color: #41CFAA;
}
.TagClassName
{
border-color: #41CFAA;
}
</style>