#3AAC91

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

Shades of Gossamer #3AAC91

Tints of Gossamer #3AAC91

Color information

#3AAC91 (or 0x3AAC91) is unknown color: approx Gossamer. HEX triplet: 3A, AC and 91. RGB value is (58,172,145). Sum of RGB (Red+Green+Blue) = 58+172+145=375 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.47% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAC91 is #C5536E. Grayscale: #868686. Windows color (decimal): -12931951 or 9546810. OLE color: 9546810.

HSL color Cylindrical-coordinate representation of color #3AAC91: hue angle of 165.79º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AAC91 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB58172145-
CMYK0.6600.160.33
HSL165.79º49.57%45.1%-
HSV(B)165.79º66.28%67.45%-
XYZ21.6132.4531.91-
YUV134.84133.7373.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.47%
GREEN value IS 172 (67.58% from 255) = 45.87%
BLUE value IS 145 (57.03% from 255) = 38.67%
R=15.47%
G=45.87%
B=38.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal581721450.6600.160.33165.7949.5745.1
Hex3AAC914201021a6322d
Octal72254221102020412466255
Binary1110101010110010010001100001001000010000110100110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AAC91; }

 p { color: rgb(58,172,145); }

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

<style>
 a { background-color: #3AAC91; }

 a { background-color: rgb(58,172,145); }

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

<style>
 span { border-color: #3AAC91; }

 span { border-color: rgb(58,172,145); }

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