Html Css Color HEX #2EB097 Niagara

📋 copy color: '#2EB097'

red 46 ◦ green 176 ◦ blue 151

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

Shades of Niagara #2EB097

Tints of Niagara #2EB097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.48%

R = 12.33%
G = 47.18%
B = 40.48%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#2EB097 (or 0x2EB097) is known color: Niagara. HEX triplet: 2E, B0 and 97. RGB value is (46,176,151). Sum of RGB (Red+Green+Blue) = 46+176+151=373 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.33% from 373); Green value is 176 (69.14% from 255 or 47.18% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 176 - color contains mainly: green. Hex color #2EB097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EB097 is #D14F68. Grayscale: #868686. Windows color (decimal): -13717353 or 9941038. OLE color: 9941038.

HSL color Cylindrical-coordinate representation of color #2EB097: hue angle of 168.46º 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 #2EB097 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 46 176 151 -
CMYK 0.74 0 0.14 0.31
HSL 168.46º 0.59% 0.44% -
HSV(B) 168.46º 0.74% 0.69% -
XYZ 22.24 33.87 34.64 -
YUV 134.28 137.43 65.03 -
System Red Green Blue C M Y K H S L
Decimal 46 176 151 0.74 0 0.14 0.31 168.46 0.59 0.44
Hex 2E B0 97 4A 0 E 1F A8 3B 2C
Octal 56 260 227 112 0 16 37 250 73 54
Binary 101110 10110000 10010111 1001010 0 1110 11111 10101000 111011 101100

Color Harmonies of #2EB097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB097

Black with #2EB097

Text Example


Text Example

White with #2EB097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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