#3AAB86

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

Shades of Gossamer #3AAB86

Tints of Gossamer #3AAB86

Color information

#3AAB86 (or 0x3AAB86) is unknown color: approx Gossamer. HEX triplet: 3A, AB and 86. RGB value is (58,171,134). Sum of RGB (Red+Green+Blue) = 58+171+134=363 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.98% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 171 - color contains mainly: green. Hex color #3AAB86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAB86 is #C55479. Grayscale: #858585. Windows color (decimal): -12932218 or 8825658. OLE color: 8825658.

HSL color Cylindrical-coordinate representation of color #3AAB86: hue angle of 160.35º degrees, saturation: 0.49, 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 #3AAB86 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB58171134-
CMYK0.6600.220.33
HSL160.35º49.34%44.9%-
HSV(B)160.35º66.08%67.06%-
XYZ20.6131.7527.6-
YUV133128.5674.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.98%
GREEN value IS 171 (67.19% from 255) = 47.11%
BLUE value IS 134 (52.73% from 255) = 36.91%
R=15.98%
G=47.11%
B=36.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal581711340.6600.220.33160.3549.3444.9
Hex3AAB864201621a0312d
Octal72253206102026412406155
Binary1110101010101110000110100001001011010000110100000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,171,134); }

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

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

 a { background-color: rgb(58,171,134); }

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

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

 span { border-color: rgb(58,171,134); }

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