#2EAA92

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

Shades of Niagara #2EAA92

Tints of Niagara #2EAA92

Color information

#2EAA92 (or 0x2EAA92) is unknown color: approx Niagara. HEX triplet: 2E, AA and 92. RGB value is (46,170,146). Sum of RGB (Red+Green+Blue) = 46+170+146=362 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.71% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAA92 is #D1556D. Grayscale: #828282. Windows color (decimal): -13718894 or 9611822. OLE color: 9611822.

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

Color convert

RGB46170146-
CMYK0.7300.140.33
HSL168.39º57.41%42.35%-
HSV(B)168.39º72.94%66.67%-
XYZ20.6931.4132.17-
YUV130.19136.9267.95-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.71%
GREEN value IS 170 (66.80% from 255) = 46.96%
BLUE value IS 146 (57.42% from 255) = 40.33%
R=12.71%
G=46.96%
B=40.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal461701460.7300.140.33168.3957.4142.35
Hex2EAA92490E21a8392a
Octal56252222111016412507152
Binary101110101010101001001010010010111010000110101000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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