#3BA27E

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

Shades of Gossamer #3BA27E

Tints of Gossamer #3BA27E

Color information

#3BA27E (or 0x3BA27E) is unknown color: approx Gossamer. HEX triplet: 3B, A2 and 7E. RGB value is (59,162,126). Sum of RGB (Red+Green+Blue) = 59+162+126=347 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.00% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 162 - color contains mainly: green. Hex color #3BA27E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA27E is #C45D81. Grayscale: #7F7F7F. Windows color (decimal): -12868994 or 8299067. OLE color: 8299067.

HSL color Cylindrical-coordinate representation of color #3BA27E: hue angle of 159.03º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA27E is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB59162126-
CMYK0.6400.220.36
HSL159.03º46.61%43.33%-
HSV(B)159.03º63.58%63.53%-
XYZ18.4928.2824.22-
YUV127.1127.3879.43-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.00%
GREEN value IS 162 (63.67% from 255) = 46.69%
BLUE value IS 126 (49.61% from 255) = 36.31%
R=17.00%
G=46.69%
B=36.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal591621260.6400.220.36159.0346.6143.33
Hex3BA27E40016249f2f2b
Octal73242176100026442375753
Binary111011101000101111110100000001011010010010011111101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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