#2EB197

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

Shades of Niagara #2EB197

Tints of Niagara #2EB197

Color information

#2EB197 (or 0x2EB197) is unknown color: approx Niagara. HEX triplet: 2E, B1 and 97. RGB value is (46,177,151). Sum of RGB (Red+Green+Blue) = 46+177+151=374 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.30% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #2EB197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EB197 is #D14E68. Grayscale: #868686. Windows color (decimal): -13717097 or 9941294. OLE color: 9941294.

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

Color convert

RGB46177151-
CMYK0.7400.150.31
HSL168.09º58.74%43.73%-
HSV(B)168.09º74.01%69.41%-
XYZ22.4334.2634.71-
YUV134.87137.164.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.30%
GREEN value IS 177 (69.53% from 255) = 47.33%
BLUE value IS 151 (59.38% from 255) = 40.37%
R=12.30%
G=47.33%
B=40.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal461771510.7400.150.31168.0958.7443.73
Hex2EB1974A0F1Fa83b2c
Octal56261227112017372507354
Binary10111010110001100101111001010011111111110101000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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