#41A99A

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

Shades of Gossamer #41A99A

Tints of Gossamer #41A99A

Color information

#41A99A (or 0x41A99A) is unknown color: approx Gossamer. HEX triplet: 41, A9 and 9A. RGB value is (65,169,154). Sum of RGB (Red+Green+Blue) = 65+169+154=388 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.75% from 388); Green value is 169 (66.41% from 255 or 43.56% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 169 - color contains mainly: green. Hex color #41A99A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A99A is #BE5665. Grayscale: #888888. Windows color (decimal): -12473958 or 10135873. OLE color: 10135873.

HSL color Cylindrical-coordinate representation of color #41A99A: hue angle of 171.35º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41A99A is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB65169154-
CMYK0.6200.090.34
HSL171.35º44.44%45.88%-
HSV(B)171.35º61.54%66.27%-
XYZ22.231.8335.55-
YUV136.19138.0477.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.75%
GREEN value IS 169 (66.41% from 255) = 43.56%
BLUE value IS 154 (60.55% from 255) = 39.69%
R=16.75%
G=43.56%
B=39.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal651691540.6200.090.34171.3544.4445.88
Hex41A99A3E0922ab2c2e
Octal10125123276011422535456
Binary100000110101001100110101111100100110001010101011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,169,154); }

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

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

 a { background-color: rgb(65,169,154); }

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

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

 span { border-color: rgb(65,169,154); }

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