#3BA97E

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

Shades of Gossamer #3BA97E

Tints of Gossamer #3BA97E

Color information

#3BA97E (or 0x3BA97E) is unknown color: approx Gossamer. HEX triplet: 3B, A9 and 7E. RGB value is (59,169,126). Sum of RGB (Red+Green+Blue) = 59+169+126=354 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.67% from 354); Green value is 169 (66.41% from 255 or 47.74% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 169 - color contains mainly: green. Hex color #3BA97E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA97E is #C45681. Grayscale: #838383. Windows color (decimal): -12867202 or 8300859. OLE color: 8300859.

HSL color Cylindrical-coordinate representation of color #3BA97E: hue angle of 156.55º 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 #3BA97E is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB59169126-
CMYK0.6500.250.34
HSL156.55º48.25%44.71%-
HSV(B)156.55º65.09%66.27%-
XYZ19.7630.8124.64-
YUV131.21125.0676.5-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.67%
GREEN value IS 169 (66.41% from 255) = 47.74%
BLUE value IS 126 (49.61% from 255) = 35.59%
R=16.67%
G=47.74%
B=35.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal591691260.6500.250.34156.5548.2544.71
Hex3BA97E41019229d302d
Octal73251176101031422356055
Binary111011101010011111110100000101100110001010011101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,169,126); }

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

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

 a { background-color: rgb(59,169,126); }

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

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

 span { border-color: rgb(59,169,126); }

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