Shades of Shamrock #41D0AA
Tints of Shamrock #41D0AA
RGB
CMYK
RGB Variations
Color information
#41D0AA (or 0x41D0AA) is known color: Shamrock. HEX triplet: 41, D0 and AA. RGB value is (65,208,170). Sum of RGB (Red+Green+Blue) = 65+208+170=443 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.67% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 208 - color contains mainly: green. Hex color #41D0AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D0AA is #BE2F55. Grayscale: #A0A0A0. Windows color (decimal): -12463958 or 11194433. OLE color: 11194433.
HSL color Cylindrical-coordinate representation of color #41D0AA: hue angle of 164.06º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D0AA is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 208 | 170 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.18 |
| HSL | 164.06º | 0.6% | 0.54% | - |
| HSV(B) | 164.06º | 0.69% | 0.82% | - |
| XYZ | 31.99 | 49.14 | 45.83 | - |
| YUV | 160.91 | 133.12 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 208 | 170 | 0.69 | 0 | 0.18 | 0.18 | 164.06 | 0.6 | 0.54 |
| Hex | 41 | D0 | AA | 45 | 0 | 12 | 12 | A4 | 3C | 36 |
| Octal | 101 | 320 | 252 | 105 | 0 | 22 | 22 | 244 | 74 | 66 |
| Binary | 1000001 | 11010000 | 10101010 | 1000101 | 0 | 10010 | 10010 | 10100100 | 111100 | 110110 |
Color Harmonies of #41D0AA
Complementary color
Monochromatic Colors of #41D0AA
Black with #41D0AA
Text Example
Text Example
White with #41D0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D0AA; }
p { color: rgb(65,208,170); }
H1.HeaderClassName
{
color: #41D0AA;
}
.AnyTagClassName
{
color: #41D0AA;
}
</style>
background-color css
<style>
a { background-color: #41D0AA; }
a { background-color: rgb(65,208,170); }
div.DivClassName
{
background-color: #41D0AA;
}
.BgClassName
{
background-color: #41D0AA;
}
</style>
border-color css
<style>
span { border-color: #41D0AA; }
span { border-color: rgb(65,208,170); }
td.TdClassName
{
border-color: #41D0AA;
}
.TagClassName
{
border-color: #41D0AA;
}
</style>