Html Css Color HEX #2E9986 Gossamer

📋 copy color: '#2E9986'

red 46 ◦ green 153 ◦ blue 134

#2E9986
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #2E9986

Tints of Gossamer #2E9986

RGB

 RED value IS 46 (18.36% from 255) = 13.81%

 GREEN value IS 153 (60.16% from 255) = 45.95%

 BLUE value IS 134 (52.73% from 255) = 40.24%

R = 13.81%
G = 45.95%
B = 40.24%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#2E9986 (or 0x2E9986) is known color: Gossamer. HEX triplet: 2E, 99 and 86. RGB value is (46,153,134). Sum of RGB (Red+Green+Blue) = 46+153+134=333 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.81% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #2E9986 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9986 is #D16679. Grayscale: #767676. Windows color (decimal): -13723258 or 8821038. OLE color: 8821038.

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

Color convert

RGB 46 153 134 -
CMYK 0.70 0 0.12 0.4
HSL 169.35º 0.54% 0.39% -
HSV(B) 169.35º 0.7% 0.6% -
XYZ 16.82 25.08 26.51 -
YUV 118.84 136.55 76.04 -
System Red Green Blue C M Y K H S L
Decimal 46 153 134 0.70 0 0.12 0.4 169.35 0.54 0.39
Hex 2E 99 86 46 0 C 28 A9 36 27
Octal 56 231 206 106 0 14 50 251 66 47
Binary 101110 10011001 10000110 1000110 0 1100 101000 10101001 110110 100111

Color Harmonies of #2E9986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9986

Black with #2E9986

Text Example


Text Example

White with #2E9986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E9986;
 }
 .AnyTagClassName
 {
   color: #2E9986;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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