Html Css Color HEX #2EB096 Niagara

📋 copy color: '#2EB096'

red 46 ◦ green 176 ◦ blue 150

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

Shades of Niagara #2EB096

Tints of Niagara #2EB096

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.31%

 BLUE value IS 150 (58.98% from 255) = 40.32%

R = 12.37%
G = 47.31%
B = 40.32%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#2EB096 (or 0x2EB096) is known color: Niagara. HEX triplet: 2E, B0 and 96. RGB value is (46,176,150). Sum of RGB (Red+Green+Blue) = 46+176+150=372 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.37% from 372); Green value is 176 (69.14% from 255 or 47.31% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 176 - color contains mainly: green. Hex color #2EB096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EB096 is #D14F69. Grayscale: #868686. Windows color (decimal): -13717354 or 9875502. OLE color: 9875502.

HSL color Cylindrical-coordinate representation of color #2EB096: hue angle of 168º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB096 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 46 176 150 -
CMYK 0.74 0 0.15 0.31
HSL 168º 0.59% 0.44% -
HSV(B) 168º 0.74% 0.69% -
XYZ 22.16 33.83 34.22 -
YUV 134.17 136.93 65.11 -
System Red Green Blue C M Y K H S L
Decimal 46 176 150 0.74 0 0.15 0.31 168 0.59 0.44
Hex 2E B0 96 4A 0 F 1F A8 3B 2C
Octal 56 260 226 112 0 17 37 250 73 54
Binary 101110 10110000 10010110 1001010 0 1111 11111 10101000 111011 101100

Color Harmonies of #2EB096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB096

Black with #2EB096

Text Example


Text Example

White with #2EB096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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