#41AA8C

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

Shades of Gossamer #41AA8C

Tints of Gossamer #41AA8C

Color information

#41AA8C (or 0x41AA8C) is unknown color: approx Gossamer. HEX triplet: 41, AA and 8C. RGB value is (65,170,140). Sum of RGB (Red+Green+Blue) = 65+170+140=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #41AA8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AA8C is #BE5573. Grayscale: #878787. Windows color (decimal): -12473716 or 9218625. OLE color: 9218625.

HSL color Cylindrical-coordinate representation of color #41AA8C: hue angle of 162.86º 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 #41AA8C is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB65170140-
CMYK0.6200.180.33
HSL162.86º44.68%46.08%-
HSV(B)162.86º61.76%66.67%-
XYZ21.2931.7729.82-
YUV135.18130.7177.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.33%
GREEN value IS 170 (66.80% from 255) = 45.33%
BLUE value IS 140 (55.08% from 255) = 37.33%
R=17.33%
G=45.33%
B=37.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651701400.6200.180.33162.8644.6846.08
Hex41AA8C3E01221a32d2e
Octal10125221476022412435556
Binary1000001101010101000110011111001001010000110100011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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