#41AF8B

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

Shades of Gossamer #41AF8B

Tints of Gossamer #41AF8B

Color information

#41AF8B (or 0x41AF8B) is unknown color: approx Gossamer. HEX triplet: 41, AF and 8B. RGB value is (65,175,139). Sum of RGB (Red+Green+Blue) = 65+175+139=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #41AF8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AF8B is #BE5074. Grayscale: #8A8A8A. Windows color (decimal): -12472437 or 9154369. OLE color: 9154369.

HSL color Cylindrical-coordinate representation of color #41AF8B: hue angle of 160.36º 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 #41AF8B is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB65175139-
CMYK0.6300.210.31
HSL160.36º45.83%47.06%-
HSV(B)160.36º62.86%68.63%-
XYZ22.1733.6529.75-
YUV138.01128.5675.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.15%
GREEN value IS 175 (68.75% from 255) = 46.17%
BLUE value IS 139 (54.69% from 255) = 36.68%
R=17.15%
G=46.17%
B=36.68%

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
Decimal651751390.6300.210.31160.3645.8347.06
Hex41AF8B3F0151Fa02e2f
Octal10125721377025372405657
Binary100000110101111100010111111110101011111110100000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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