#2E9386

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

Shades of Gossamer #2E9386

Tints of Gossamer #2E9386

Color information

#2E9386 (or 0x2E9386) is unknown color: approx Gossamer. HEX triplet: 2E, 93 and 86. RGB value is (46,147,134). Sum of RGB (Red+Green+Blue) = 46+147+134=327 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.07% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #2E9386 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9386 is #D16C79. Grayscale: #737373. Windows color (decimal): -13724794 or 8819502. OLE color: 8819502.

HSL color Cylindrical-coordinate representation of color #2E9386: hue angle of 172.28º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E9386 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB46147134-
CMYK0.6900.090.42
HSL172.28º52.33%37.84%-
HSV(B)172.28º68.71%57.65%-
XYZ15.8623.1726.19-
YUV115.32138.5478.56-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.07%
GREEN value IS 147 (57.81% from 255) = 44.95%
BLUE value IS 134 (52.73% from 255) = 40.98%
R=14.07%
G=44.95%
B=40.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal461471340.6900.090.42172.2852.3337.84
Hex2E938645092Aac3426
Octal56223206105011522546446
Binary101110100100111000011010001010100110101010101100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E9386; }

 p { color: rgb(46,147,134); }

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

<style>
 a { background-color: #2E9386; }

 a { background-color: rgb(46,147,134); }

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

<style>
 span { border-color: #2E9386; }

 span { border-color: rgb(46,147,134); }

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