#3BAF86

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

Shades of Gossamer #3BAF86

Tints of Gossamer #3BAF86

Color information

#3BAF86 (or 0x3BAF86) is unknown color: approx Gossamer. HEX triplet: 3B, AF and 86. RGB value is (59,175,134). Sum of RGB (Red+Green+Blue) = 59+175+134=368 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.03% from 368); Green value is 175 (68.75% from 255 or 47.55% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAF86 is #C45079. Grayscale: #878787. Windows color (decimal): -12865658 or 8826683. OLE color: 8826683.

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

Color convert

RGB59175134-
CMYK0.6600.230.31
HSL158.79º49.57%45.88%-
HSV(B)158.79º66.29%68.63%-
XYZ21.4433.3127.85-
YUV135.64127.0773.33-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.03%
GREEN value IS 175 (68.75% from 255) = 47.55%
BLUE value IS 134 (52.73% from 255) = 36.41%
R=16.03%
G=47.55%
B=36.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal591751340.6600.230.31158.7949.5745.88
Hex3BAF86420171F9f322e
Octal73257206102027372376256
Binary111011101011111000011010000100101111111110011111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,175,134); }

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

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

 a { background-color: rgb(59,175,134); }

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

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

 span { border-color: rgb(59,175,134); }

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