Shades of Gossamer #41A08C
Tints of Gossamer #41A08C
RGB
CMYK
RGB Variations
Color information
#41A08C (or 0x41A08C) is known color: Gossamer. HEX triplet: 41, A0 and 8C. RGB value is (65,160,140). Sum of RGB (Red+Green+Blue) = 65+160+140=365 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.81% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 160 - color contains mainly: green. Hex color #41A08C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A08C is #BE5F73. Grayscale: #818181. Windows color (decimal): -12476276 or 9216065. OLE color: 9216065.
HSL color Cylindrical-coordinate representation of color #41A08C: hue angle of 167.37º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41A08C is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 65 | 160 | 140 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.37 |
| HSL | 167.37º | 0.42% | 0.44% | - |
| HSV(B) | 167.37º | 0.59% | 0.63% | - |
| XYZ | 19.48 | 28.16 | 29.22 | - |
| YUV | 129.32 | 134.03 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 160 | 140 | 0.59 | 0 | 0.12 | 0.37 | 167.37 | 0.42 | 0.44 |
| Hex | 41 | A0 | 8C | 3B | 0 | C | 25 | A7 | 2A | 2C |
| Octal | 101 | 240 | 214 | 73 | 0 | 14 | 45 | 247 | 52 | 54 |
| Binary | 1000001 | 10100000 | 10001100 | 111011 | 0 | 1100 | 100101 | 10100111 | 101010 | 101100 |
Color Harmonies of #41A08C
Complementary color
Monochromatic Colors of #41A08C
Black with #41A08C
Text Example
Text Example
White with #41A08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A08C; }
p { color: rgb(65,160,140); }
H1.HeaderClassName
{
color: #41A08C;
}
.AnyTagClassName
{
color: #41A08C;
}
</style>
background-color css
<style>
a { background-color: #41A08C; }
a { background-color: rgb(65,160,140); }
div.DivClassName
{
background-color: #41A08C;
}
.BgClassName
{
background-color: #41A08C;
}
</style>
border-color css
<style>
span { border-color: #41A08C; }
span { border-color: rgb(65,160,140); }
td.TdClassName
{
border-color: #41A08C;
}
.TagClassName
{
border-color: #41A08C;
}
</style>