Shades of Gossamer #41A68E
Tints of Gossamer #41A68E
RGB
CMYK
RGB Variations
Color information
#41A68E (or 0x41A68E) is known color: Gossamer. HEX triplet: 41, A6 and 8E. RGB value is (65,166,142). Sum of RGB (Red+Green+Blue) = 65+166+142=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 166 - color contains mainly: green. Hex color #41A68E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A68E is #BE5971. Grayscale: #858585. Windows color (decimal): -12474738 or 9348673. OLE color: 9348673.
HSL color Cylindrical-coordinate representation of color #41A68E: hue angle of 165.74º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41A68E is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 65 | 166 | 142 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.35 |
| HSL | 165.74º | 0.44% | 0.45% | - |
| HSV(B) | 165.74º | 0.61% | 0.65% | - |
| XYZ | 20.7 | 30.35 | 30.36 | - |
| YUV | 133.07 | 133.04 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 166 | 142 | 0.61 | 0 | 0.14 | 0.35 | 165.74 | 0.44 | 0.45 |
| Hex | 41 | A6 | 8E | 3D | 0 | E | 23 | A6 | 2C | 2D |
| Octal | 101 | 246 | 216 | 75 | 0 | 16 | 43 | 246 | 54 | 55 |
| Binary | 1000001 | 10100110 | 10001110 | 111101 | 0 | 1110 | 100011 | 10100110 | 101100 | 101101 |
Color Harmonies of #41A68E
Complementary color
Monochromatic Colors of #41A68E
Black with #41A68E
Text Example
Text Example
White with #41A68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A68E; }
p { color: rgb(65,166,142); }
H1.HeaderClassName
{
color: #41A68E;
}
.AnyTagClassName
{
color: #41A68E;
}
</style>
background-color css
<style>
a { background-color: #41A68E; }
a { background-color: rgb(65,166,142); }
div.DivClassName
{
background-color: #41A68E;
}
.BgClassName
{
background-color: #41A68E;
}
</style>
border-color css
<style>
span { border-color: #41A68E; }
span { border-color: rgb(65,166,142); }
td.TdClassName
{
border-color: #41A68E;
}
.TagClassName
{
border-color: #41A68E;
}
</style>