#2EA990

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

Shades of Niagara #2EA990

Tints of Niagara #2EA990

Color information

#2EA990 (or 0x2EA990) is unknown color: approx Niagara. HEX triplet: 2E, A9 and 90. RGB value is (46,169,144). Sum of RGB (Red+Green+Blue) = 46+169+144=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 169 (66.41% from 255 or 47.08% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 169 - color contains mainly: green. Hex color #2EA990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA990 is #D1566F. Grayscale: #818181. Windows color (decimal): -13719152 or 9480494. OLE color: 9480494.

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

Color convert

RGB46169144-
CMYK0.7300.150.34
HSL167.8º57.21%42.16%-
HSV(B)167.8º72.78%66.27%-
XYZ20.3530.9731.29-
YUV129.37136.2568.53-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.81%
GREEN value IS 169 (66.41% from 255) = 47.08%
BLUE value IS 144 (56.64% from 255) = 40.11%
R=12.81%
G=47.08%
B=40.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal461691440.7300.150.34167.857.2142.16
Hex2EA990490F22a8392a
Octal56251220111017422507152
Binary101110101010011001000010010010111110001010101000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,169,144); }

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

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

 a { background-color: rgb(46,169,144); }

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

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

 span { border-color: rgb(46,169,144); }

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