#2E9D8B

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

Shades of Gossamer #2E9D8B

Tints of Gossamer #2E9D8B

Color information

#2E9D8B (or 0x2E9D8B) is unknown color: approx Gossamer. HEX triplet: 2E, 9D and 8B. RGB value is (46,157,139). Sum of RGB (Red+Green+Blue) = 46+157+139=342 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.45% from 342); Green value is 157 (61.72% from 255 or 45.91% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 157 - color contains mainly: green. Hex color #2E9D8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9D8B is #D16274. Grayscale: #797979. Windows color (decimal): -13722229 or 9149742. OLE color: 9149742.

HSL color Cylindrical-coordinate representation of color #2E9D8B: hue angle of 170.27º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E9D8B is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB46157139-
CMYK0.7100.110.38
HSL170.27º54.68%39.8%-
HSV(B)170.27º70.7%61.57%-
XYZ17.8426.5628.61-
YUV121.76137.7373.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.45%
GREEN value IS 157 (61.72% from 255) = 45.91%
BLUE value IS 139 (54.69% from 255) = 40.64%
R=13.45%
G=45.91%
B=40.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal461571390.7100.110.38170.2754.6839.8
Hex2E9D8B470B26aa3728
Octal56235213107013462526750
Binary101110100111011000101110001110101110011010101010110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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