#2EAA97

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

Shades of Niagara #2EAA97

Tints of Niagara #2EAA97

Color information

#2EAA97 (or 0x2EAA97) is unknown color: approx Niagara. HEX triplet: 2E, AA and 97. RGB value is (46,170,151). Sum of RGB (Red+Green+Blue) = 46+170+151=367 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.53% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAA97 is #D15568. Grayscale: #828282. Windows color (decimal): -13718889 or 9939502. OLE color: 9939502.

HSL color Cylindrical-coordinate representation of color #2EAA97: hue angle of 170.81º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAA97 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB46170151-
CMYK0.7300.110.33
HSL170.81º57.41%42.35%-
HSV(B)170.81º72.94%66.67%-
XYZ21.0931.5634.26-
YUV130.76139.4267.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.53%
GREEN value IS 170 (66.80% from 255) = 46.32%
BLUE value IS 151 (59.38% from 255) = 41.14%
R=12.53%
G=46.32%
B=41.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal461701510.7300.110.33170.8157.4142.35
Hex2EAA97490B21ab392a
Octal56252227111013412537152
Binary101110101010101001011110010010101110000110101011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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