#3AAD86

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

Shades of Gossamer #3AAD86

Tints of Gossamer #3AAD86

Color information

#3AAD86 (or 0x3AAD86) is unknown color: approx Gossamer. HEX triplet: 3A, AD and 86. RGB value is (58,173,134). Sum of RGB (Red+Green+Blue) = 58+173+134=365 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.89% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAD86 is #C55279. Grayscale: #868686. Windows color (decimal): -12931706 or 8826170. OLE color: 8826170.

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

Color convert

RGB58173134-
CMYK0.6600.230.32
HSL159.65º49.78%45.29%-
HSV(B)159.65º66.47%67.84%-
XYZ20.9932.5127.72-
YUV134.17127.973.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.89%
GREEN value IS 173 (67.97% from 255) = 47.40%
BLUE value IS 134 (52.73% from 255) = 36.71%
R=15.89%
G=47.40%
B=36.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581731340.6600.230.32159.6549.7845.29
Hex3AAD864201720a0322d
Octal72255206102027402406255
Binary1110101010110110000110100001001011110000010100000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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