#2EA999

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

Shades of Niagara #2EA999

Tints of Niagara #2EA999

Color information

#2EA999 (or 0x2EA999) is unknown color: approx Niagara. HEX triplet: 2E, A9 and 99. RGB value is (46,169,153). Sum of RGB (Red+Green+Blue) = 46+169+153=368 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.5% from 368); Green value is 169 (66.41% from 255 or 45.92% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 169 - color contains mainly: green. Hex color #2EA999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA999 is #D15666. Grayscale: #828282. Windows color (decimal): -13719143 or 10070318. OLE color: 10070318.

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

Color convert

RGB46169153-
CMYK0.7300.090.34
HSL172.2º57.21%42.16%-
HSV(B)172.2º72.78%66.27%-
XYZ21.0631.2635.06-
YUV130.4140.7567.8-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.5%
GREEN value IS 169 (66.41% from 255) = 45.92%
BLUE value IS 153 (60.16% from 255) = 41.58%
R=12.5%
G=45.92%
B=41.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal461691530.7300.090.34172.257.2142.16
Hex2EA999490922ac392a
Octal56251231111011422547152
Binary101110101010011001100110010010100110001010101100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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