#2EB79C

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

Shades of Niagara #2EB79C

Tints of Niagara #2EB79C

Color information

#2EB79C (or 0x2EB79C) is unknown color: approx Niagara. HEX triplet: 2E, B7 and 9C. RGB value is (46,183,156). Sum of RGB (Red+Green+Blue) = 46+183+156=385 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.95% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #2EB79C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB79C is #D14863. Grayscale: #8A8A8A. Windows color (decimal): -13715556 or 10270510. OLE color: 10270510.

HSL color Cylindrical-coordinate representation of color #2EB79C: hue angle of 168.18º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB79C is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB46183156-
CMYK0.7500.150.28
HSL168.18º59.83%44.9%-
HSV(B)168.18º74.86%71.76%-
XYZ24.0636.8537.3-
YUV138.96137.6161.7-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.95%
GREEN value IS 183 (71.88% from 255) = 47.53%
BLUE value IS 156 (61.33% from 255) = 40.52%
R=11.95%
G=47.53%
B=40.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal461831560.7500.150.28168.1859.8344.9
Hex2EB79C4B0F1Ca83c2d
Octal56267234113017342507455
Binary10111010110111100111001001011011111110010101000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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