Shades of Shamrock #41CFAF
Tints of Shamrock #41CFAF
RGB
CMYK
RGB Variations
Color information
#41CFAF (or 0x41CFAF) is known color: Shamrock. HEX triplet: 41, CF and AF. RGB value is (65,207,175). Sum of RGB (Red+Green+Blue) = 65+207+175=447 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.54% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 207 - color contains mainly: green. Hex color #41CFAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41CFAF is #BE3050. Grayscale: #A0A0A0. Windows color (decimal): -12464209 or 11521857. OLE color: 11521857.
HSL color Cylindrical-coordinate representation of color #41CFAF: hue angle of 166.48º 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 #41CFAF is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 207 | 175 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.19 |
| HSL | 166.48º | 0.6% | 0.53% | - |
| HSV(B) | 166.48º | 0.69% | 0.81% | - |
| XYZ | 32.23 | 48.84 | 48.29 | - |
| YUV | 160.89 | 135.96 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 207 | 175 | 0.69 | 0 | 0.15 | 0.19 | 166.48 | 0.6 | 0.53 |
| Hex | 41 | CF | AF | 45 | 0 | F | 13 | A6 | 3C | 35 |
| Octal | 101 | 317 | 257 | 105 | 0 | 17 | 23 | 246 | 74 | 65 |
| Binary | 1000001 | 11001111 | 10101111 | 1000101 | 0 | 1111 | 10011 | 10100110 | 111100 | 110101 |
Color Harmonies of #41CFAF
Complementary color
Monochromatic Colors of #41CFAF
Black with #41CFAF
Text Example
Text Example
White with #41CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CFAF; }
p { color: rgb(65,207,175); }
H1.HeaderClassName
{
color: #41CFAF;
}
.AnyTagClassName
{
color: #41CFAF;
}
</style>
background-color css
<style>
a { background-color: #41CFAF; }
a { background-color: rgb(65,207,175); }
div.DivClassName
{
background-color: #41CFAF;
}
.BgClassName
{
background-color: #41CFAF;
}
</style>
border-color css
<style>
span { border-color: #41CFAF; }
span { border-color: rgb(65,207,175); }
td.TdClassName
{
border-color: #41CFAF;
}
.TagClassName
{
border-color: #41CFAF;
}
</style>