#2E9688

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

Shades of Gossamer #2E9688

Tints of Gossamer #2E9688

Color information

#2E9688 (or 0x2E9688) is unknown color: approx Gossamer. HEX triplet: 2E, 96 and 88. RGB value is (46,150,136). Sum of RGB (Red+Green+Blue) = 46+150+136=332 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.86% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 150 - color contains mainly: green. Hex color #2E9688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9688 is #D16977. Grayscale: #757575. Windows color (decimal): -13724024 or 8951342. OLE color: 8951342.

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

Color convert

RGB46150136-
CMYK0.6900.090.41
HSL171.92º53.06%38.43%-
HSV(B)171.92º69.33%58.82%-
XYZ16.4824.1727.09-
YUV117.31138.5477.14-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.86%
GREEN value IS 150 (58.98% from 255) = 45.18%
BLUE value IS 136 (53.52% from 255) = 40.96%
R=13.86%
G=45.18%
B=40.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal461501360.6900.090.41171.9253.0638.43
Hex2E9688450929ac3526
Octal56226210105011512546546
Binary101110100101101000100010001010100110100110101100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,150,136); }

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

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

 a { background-color: rgb(46,150,136); }

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

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

 span { border-color: rgb(46,150,136); }

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