#2ea98f

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

Shades of Niagara #2EA98F

Tints of Niagara #2EA98F

Color information

#2EA98F (or 0x2EA98F) is unknown color: approx Niagara. HEX triplet: 2E, A9 and 8F. RGB value is (46,169,143). Sum of RGB (Red+Green+Blue) = 46+169+143=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 169 (66.41% from 255 or 47.21% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 169 - color contains mainly: green. Hex color #2EA98F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA98F is #D15670. Grayscale: #818181. Windows color (decimal): -13719153 or 9414958. OLE color: 9414958.

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

Color convert

RGB46169143-
CMYK0.7300.150.34
HSL167.32º57.21%42.16%-
HSV(B)167.32º72.78%66.27%-
XYZ20.2730.9430.89-
YUV129.26135.7568.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.85%
GREEN value IS 169 (66.41% from 255) = 47.21%
BLUE value IS 143 (56.25% from 255) = 39.94%
R=12.85%
G=47.21%
B=39.94%

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
Decimal461691430.7300.150.34167.3257.2142.16
Hex2EA98F490F22a7392a
Octal56251217111017422477152
Binary101110101010011000111110010010111110001010100111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ea98f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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