#2EAA9C

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

Shades of Niagara #2EAA9C

Tints of Niagara #2EAA9C

Color information

#2EAA9C (or 0x2EAA9C) is unknown color: approx Niagara. HEX triplet: 2E, AA and 9C. RGB value is (46,170,156). Sum of RGB (Red+Green+Blue) = 46+170+156=372 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.37% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAA9C is #D15563. Grayscale: #838383. Windows color (decimal): -13718884 or 10267182. OLE color: 10267182.

HSL color Cylindrical-coordinate representation of color #2EAA9C: hue angle of 173.23º 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 #2EAA9C is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB46170156-
CMYK0.7300.080.33
HSL173.23º57.41%42.35%-
HSV(B)173.23º72.94%66.67%-
XYZ21.531.7336.44-
YUV131.33141.9267.14-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.37%
GREEN value IS 170 (66.80% from 255) = 45.70%
BLUE value IS 156 (61.33% from 255) = 41.94%
R=12.37%
G=45.70%
B=41.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal461701560.7300.080.33173.2357.4142.35
Hex2EAA9C490821ad392a
Octal56252234111010412557152
Binary101110101010101001110010010010100010000110101101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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