Shades of Shamrock #41D8AF
Tints of Shamrock #41D8AF
RGB
CMYK
RGB Variations
Color information
#41D8AF (or 0x41D8AF) is known color: Shamrock. HEX triplet: 41, D8 and AF. RGB value is (65,216,175). Sum of RGB (Red+Green+Blue) = 65+216+175=456 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.25% from 456); Green value is 216 (84.77% from 255 or 47.37% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 216 - color contains mainly: green. Hex color #41D8AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D8AF is #BE2750. Grayscale: #A6A6A6. Windows color (decimal): -12461905 or 11524161. OLE color: 11524161.
HSL color Cylindrical-coordinate representation of color #41D8AF: hue angle of 163.71º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41D8AF is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 216 | 175 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.15 |
| HSL | 163.71º | 0.66% | 0.55% | - |
| HSV(B) | 163.71º | 0.7% | 0.85% | - |
| XYZ | 34.47 | 53.33 | 49.03 | - |
| YUV | 166.18 | 132.97 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 216 | 175 | 0.70 | 0 | 0.19 | 0.15 | 163.71 | 0.66 | 0.55 |
| Hex | 41 | D8 | AF | 46 | 0 | 13 | F | A4 | 42 | 37 |
| Octal | 101 | 330 | 257 | 106 | 0 | 23 | 17 | 244 | 102 | 67 |
| Binary | 1000001 | 11011000 | 10101111 | 1000110 | 0 | 10011 | 1111 | 10100100 | 1000010 | 110111 |
Color Harmonies of #41D8AF
Complementary color
Monochromatic Colors of #41D8AF
Black with #41D8AF
Text Example
Text Example
White with #41D8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D8AF; }
p { color: rgb(65,216,175); }
H1.HeaderClassName
{
color: #41D8AF;
}
.AnyTagClassName
{
color: #41D8AF;
}
</style>
background-color css
<style>
a { background-color: #41D8AF; }
a { background-color: rgb(65,216,175); }
div.DivClassName
{
background-color: #41D8AF;
}
.BgClassName
{
background-color: #41D8AF;
}
</style>
border-color css
<style>
span { border-color: #41D8AF; }
span { border-color: rgb(65,216,175); }
td.TdClassName
{
border-color: #41D8AF;
}
.TagClassName
{
border-color: #41D8AF;
}
</style>