#41AA8D

Color #41AA8D Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #41AA8D

Tints of Gossamer #41AA8D

Color information

#41AA8D (or 0x41AA8D) is unknown color: approx Gossamer. HEX triplet: 41, AA and 8D. RGB value is (65,170,141). Sum of RGB (Red+Green+Blue) = 65+170+141=376 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.29% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #41AA8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AA8D is #BE5572. Grayscale: #878787. Windows color (decimal): -12473715 or 9284161. OLE color: 9284161.

HSL color Cylindrical-coordinate representation of color #41AA8D: hue angle of 163.43º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41AA8D is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB65170141-
CMYK0.6200.170.33
HSL163.43º44.68%46.08%-
HSV(B)163.43º61.76%66.67%-
XYZ21.3631.830.21-
YUV135.3131.2177.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 17.29%
GREEN value IS 170 (66.80% from 255) = 45.21%
BLUE value IS 141 (55.47% from 255) = 37.5%
R=17.29%
G=45.21%
B=37.5%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651701410.6200.170.33163.4344.6846.08
Hex41AA8D3E01121a32d2e
Octal10125221576021412435556
Binary1000001101010101000110111111001000110000110100011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41AA8D; }

 p { color: rgb(65,170,141); }

 H1.HeaderClassName
 {
   color: #41AA8D;
 }
 .AnyTagClassName
 {
   color: #41AA8D;
 }
</style>
background-color css

<style>
 a { background-color: #41AA8D; }

 a { background-color: rgb(65,170,141); }

 div.DivClassName
 {
   background-color: #41AA8D;
 }
 .BgClassName
 {
   background-color: #41AA8D;
 }
</style>
border-color css

<style>
 span { border-color: #41AA8D; }

 span { border-color: rgb(65,170,141); }

 td.TdClassName
 {
   border-color: #41AA8D;
 }
 .TagClassName
 {
   border-color: #41AA8D;
 }
</style>