#41AB8B

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

Shades of Gossamer #41AB8B

Tints of Gossamer #41AB8B

Color information

#41AB8B (or 0x41AB8B) is unknown color: approx Gossamer. HEX triplet: 41, AB and 8B. RGB value is (65,171,139). Sum of RGB (Red+Green+Blue) = 65+171+139=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #41AB8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AB8B is #BE5474. Grayscale: #878787. Windows color (decimal): -12473461 or 9153345. OLE color: 9153345.

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

Color convert

RGB65171139-
CMYK0.6200.190.33
HSL161.89º44.92%46.27%-
HSV(B)161.89º61.99%67.06%-
XYZ21.432.1129.5-
YUV135.66129.8877.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.33%
GREEN value IS 171 (67.19% from 255) = 45.6%
BLUE value IS 139 (54.69% from 255) = 37.07%
R=17.33%
G=45.6%
B=37.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651711390.6200.190.33161.8944.9246.27
Hex41AB8B3E01321a22d2e
Octal10125321376023412425556
Binary1000001101010111000101111111001001110000110100010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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