#3BA87F

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

Shades of Gossamer #3BA87F

Tints of Gossamer #3BA87F

Color information

#3BA87F (or 0x3BA87F) is unknown color: approx Gossamer. HEX triplet: 3B, A8 and 7F. RGB value is (59,168,127). Sum of RGB (Red+Green+Blue) = 59+168+127=354 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.67% from 354); Green value is 168 (66.02% from 255 or 47.46% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 168 - color contains mainly: green. Hex color #3BA87F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA87F is #C45780. Grayscale: #828282. Windows color (decimal): -12867457 or 8366139. OLE color: 8366139.

HSL color Cylindrical-coordinate representation of color #3BA87F: hue angle of 157.43º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA87F is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB59168127-
CMYK0.6500.240.34
HSL157.43º48.02%44.51%-
HSV(B)157.43º64.88%65.88%-
XYZ19.6430.4724.92-
YUV130.74125.8976.83-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.67%
GREEN value IS 168 (66.02% from 255) = 47.46%
BLUE value IS 127 (50% from 255) = 35.88%
R=16.67%
G=47.46%
B=35.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal591681270.6500.240.34157.4348.0244.51
Hex3BA87F41018229d302d
Octal73250177101030422356055
Binary111011101010001111111100000101100010001010011101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,168,127); }

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

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

 a { background-color: rgb(59,168,127); }

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

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

 span { border-color: rgb(59,168,127); }

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