#41AF8A

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

Shades of Gossamer #41AF8A

Tints of Gossamer #41AF8A

Color information

#41AF8A (or 0x41AF8A) is unknown color: approx Gossamer. HEX triplet: 41, AF and 8A. RGB value is (65,175,138). Sum of RGB (Red+Green+Blue) = 65+175+138=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #41AF8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AF8A is #BE5075. Grayscale: #898989. Windows color (decimal): -12472438 or 9088833. OLE color: 9088833.

HSL color Cylindrical-coordinate representation of color #41AF8A: hue angle of 159.82º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41AF8A is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB65175138-
CMYK0.6300.210.31
HSL159.82º45.83%47.06%-
HSV(B)159.82º62.86%68.63%-
XYZ22.133.6229.37-
YUV137.89128.0676.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.20%
GREEN value IS 175 (68.75% from 255) = 46.30%
BLUE value IS 138 (54.30% from 255) = 36.51%
R=17.20%
G=46.30%
B=36.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal651751380.6300.210.31159.8245.8347.06
Hex41AF8A3F0151Fa02e2f
Octal10125721277025372405657
Binary100000110101111100010101111110101011111110100000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,175,138); }

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

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

 a { background-color: rgb(65,175,138); }

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

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

 span { border-color: rgb(65,175,138); }

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