Shades of Gossamer #41AD9A
Tints of Gossamer #41AD9A
RGB
CMYK
RGB Variations
Color information
#41AD9A (or 0x41AD9A) is known color: Gossamer. HEX triplet: 41, AD and 9A. RGB value is (65,173,154). Sum of RGB (Red+Green+Blue) = 65+173+154=392 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.58% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 173 - color contains mainly: green. Hex color #41AD9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AD9A is #BE5265. Grayscale: #8A8A8A. Windows color (decimal): -12472934 or 10136897. OLE color: 10136897.
HSL color Cylindrical-coordinate representation of color #41AD9A: hue angle of 169.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41AD9A is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 173 | 154 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.32 |
| HSL | 169.44º | 0.45% | 0.47% | - |
| HSV(B) | 169.44º | 0.62% | 0.68% | - |
| XYZ | 22.96 | 33.34 | 35.8 | - |
| YUV | 138.54 | 136.72 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 173 | 154 | 0.62 | 0 | 0.11 | 0.32 | 169.44 | 0.45 | 0.47 |
| Hex | 41 | AD | 9A | 3E | 0 | B | 20 | A9 | 2D | 2F |
| Octal | 101 | 255 | 232 | 76 | 0 | 13 | 40 | 251 | 55 | 57 |
| Binary | 1000001 | 10101101 | 10011010 | 111110 | 0 | 1011 | 100000 | 10101001 | 101101 | 101111 |
Color Harmonies of #41AD9A
Complementary color
Monochromatic Colors of #41AD9A
Black with #41AD9A
Text Example
Text Example
White with #41AD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AD9A; }
p { color: rgb(65,173,154); }
H1.HeaderClassName
{
color: #41AD9A;
}
.AnyTagClassName
{
color: #41AD9A;
}
</style>
background-color css
<style>
a { background-color: #41AD9A; }
a { background-color: rgb(65,173,154); }
div.DivClassName
{
background-color: #41AD9A;
}
.BgClassName
{
background-color: #41AD9A;
}
</style>
border-color css
<style>
span { border-color: #41AD9A; }
span { border-color: rgb(65,173,154); }
td.TdClassName
{
border-color: #41AD9A;
}
.TagClassName
{
border-color: #41AD9A;
}
</style>