#2E9B8B

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

Shades of Gossamer #2E9B8B

Tints of Gossamer #2E9B8B

Color information

#2E9B8B (or 0x2E9B8B) is unknown color: approx Gossamer. HEX triplet: 2E, 9B and 8B. RGB value is (46,155,139). Sum of RGB (Red+Green+Blue) = 46+155+139=340 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.53% from 340); Green value is 155 (60.94% from 255 or 45.59% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 155 - color contains mainly: green. Hex color #2E9B8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9B8B is #D16474. Grayscale: #787878. Windows color (decimal): -13722741 or 9149230. OLE color: 9149230.

HSL color Cylindrical-coordinate representation of color #2E9B8B: hue angle of 171.19º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E9B8B is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB46155139-
CMYK0.7000.100.39
HSL171.19º54.23%39.41%-
HSV(B)171.19º70.32%60.78%-
XYZ17.5125.8928.5-
YUV120.58138.3974.8-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.53%
GREEN value IS 155 (60.94% from 255) = 45.59%
BLUE value IS 139 (54.69% from 255) = 40.88%
R=13.53%
G=45.59%
B=40.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal461551390.7000.100.39171.1954.2339.41
Hex2E9B8B460A27ab3627
Octal56233213106012472536647
Binary101110100110111000101110001100101010011110101011110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,155,139); }

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

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

 a { background-color: rgb(46,155,139); }

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

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

 span { border-color: rgb(46,155,139); }

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