#41AC9B

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

Shades of Gossamer #41AC9B

Tints of Gossamer #41AC9B

Color information

#41AC9B (or 0x41AC9B) is unknown color: approx Gossamer. HEX triplet: 41, AC and 9B. RGB value is (65,172,155). Sum of RGB (Red+Green+Blue) = 65+172+155=392 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.58% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 172 - color contains mainly: green. Hex color #41AC9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AC9B is #BE5364. Grayscale: #8A8A8A. Windows color (decimal): -12473189 or 10202177. OLE color: 10202177.

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

Color convert

RGB65172155-
CMYK0.6200.100.33
HSL170.47º45.15%46.47%-
HSV(B)170.47º62.21%67.45%-
XYZ22.853336.17-
YUV138.07137.5575.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.58%
GREEN value IS 172 (67.58% from 255) = 43.88%
BLUE value IS 155 (60.94% from 255) = 39.54%
R=16.58%
G=43.88%
B=39.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651721550.6200.100.33170.4745.1546.47
Hex41AC9B3E0A21aa2d2e
Octal10125423376012412525556
Binary100000110101100100110111111100101010000110101010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,172,155); }

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

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

 a { background-color: rgb(65,172,155); }

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

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

 span { border-color: rgb(65,172,155); }

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