#41ac9c

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

Shades of Gossamer #41AC9C

Tints of Gossamer #41AC9C

Color information

#41AC9C (or 0x41AC9C) is unknown color: approx Gossamer. HEX triplet: 41, AC and 9C. RGB value is (65,172,156). Sum of RGB (Red+Green+Blue) = 65+172+156=393 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.54% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #41AC9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AC9C is #BE5363. Grayscale: #8A8A8A. Windows color (decimal): -12473188 or 10267713. OLE color: 10267713.

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

Color convert

RGB65172156-
CMYK0.6200.090.33
HSL171.03º45.15%46.47%-
HSV(B)171.03º62.21%67.45%-
XYZ22.9333.0336.62-
YUV138.18138.0575.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.54%
GREEN value IS 172 (67.58% from 255) = 43.77%
BLUE value IS 156 (61.33% from 255) = 39.69%
R=16.54%
G=43.77%
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.33
SystemRedGreenBlueCMYKHSL
Decimal651721560.6200.090.33171.0345.1546.47
Hex41AC9C3E0921ab2d2e
Octal10125423476011412535556
Binary100000110101100100111001111100100110000110101011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41ac9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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