#2EA99C

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

Shades of Niagara #2EA99C

Tints of Niagara #2EA99C

Color information

#2EA99C (or 0x2EA99C) is unknown color: approx Niagara. HEX triplet: 2E, A9 and 9C. RGB value is (46,169,156). Sum of RGB (Red+Green+Blue) = 46+169+156=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 169 (66.41% from 255 or 45.55% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 169 - color contains mainly: green. Hex color #2EA99C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA99C is #D15663. Grayscale: #828282. Windows color (decimal): -13719140 or 10266926. OLE color: 10266926.

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

Color convert

RGB46169156-
CMYK0.7300.080.34
HSL173.66º57.21%42.16%-
HSV(B)173.66º72.78%66.27%-
XYZ21.3231.3636.38-
YUV130.74142.2567.56-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.40%
GREEN value IS 169 (66.41% from 255) = 45.55%
BLUE value IS 156 (61.33% from 255) = 42.05%
R=12.40%
G=45.55%
B=42.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal461691560.7300.080.34173.6657.2142.16
Hex2EA99C490822ae392a
Octal56251234111010422567152
Binary101110101010011001110010010010100010001010101110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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