Shades of Gossamer #41A89A
Tints of Gossamer #41A89A
RGB
CMYK
RGB Variations
Color information
#41A89A (or 0x41A89A) is known color: Gossamer. HEX triplet: 41, A8 and 9A. RGB value is (65,168,154). Sum of RGB (Red+Green+Blue) = 65+168+154=387 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.80% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 168 - color contains mainly: green. Hex color #41A89A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A89A is #BE5765. Grayscale: #878787. Windows color (decimal): -12474214 or 10135617. OLE color: 10135617.
HSL color Cylindrical-coordinate representation of color #41A89A: hue angle of 171.84º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41A89A is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 65 | 168 | 154 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.34 |
| HSL | 171.84º | 0.44% | 0.46% | - |
| HSV(B) | 171.84º | 0.61% | 0.66% | - |
| XYZ | 22.02 | 31.46 | 35.48 | - |
| YUV | 135.61 | 138.38 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 168 | 154 | 0.61 | 0 | 0.08 | 0.34 | 171.84 | 0.44 | 0.46 |
| Hex | 41 | A8 | 9A | 3D | 0 | 8 | 22 | AC | 2C | 2E |
| Octal | 101 | 250 | 232 | 75 | 0 | 10 | 42 | 254 | 54 | 56 |
| Binary | 1000001 | 10101000 | 10011010 | 111101 | 0 | 1000 | 100010 | 10101100 | 101100 | 101110 |
Color Harmonies of #41A89A
Complementary color
Monochromatic Colors of #41A89A
Black with #41A89A
Text Example
Text Example
White with #41A89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A89A; }
p { color: rgb(65,168,154); }
H1.HeaderClassName
{
color: #41A89A;
}
.AnyTagClassName
{
color: #41A89A;
}
</style>
background-color css
<style>
a { background-color: #41A89A; }
a { background-color: rgb(65,168,154); }
div.DivClassName
{
background-color: #41A89A;
}
.BgClassName
{
background-color: #41A89A;
}
</style>
border-color css
<style>
span { border-color: #41A89A; }
span { border-color: rgb(65,168,154); }
td.TdClassName
{
border-color: #41A89A;
}
.TagClassName
{
border-color: #41A89A;
}
</style>