#2EAF94

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

Shades of Niagara #2EAF94

Tints of Niagara #2EAF94

Color information

#2EAF94 (or 0x2EAF94) is unknown color: approx Niagara. HEX triplet: 2E, AF and 94. RGB value is (46,175,148). Sum of RGB (Red+Green+Blue) = 46+175+148=369 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.47% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAF94 is #D1506B. Grayscale: #858585. Windows color (decimal): -13717612 or 9744174. OLE color: 9744174.

HSL color Cylindrical-coordinate representation of color #2EAF94: hue angle of 167.44º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EAF94 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB46175148-
CMYK0.7400.150.31
HSL167.44º58.37%43.33%-
HSV(B)167.44º73.71%68.63%-
XYZ21.833.3833.31-
YUV133.35136.2665.7-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.47%
GREEN value IS 175 (68.75% from 255) = 47.43%
BLUE value IS 148 (58.20% from 255) = 40.11%
R=12.47%
G=47.43%
B=40.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal461751480.7400.150.31167.4458.3743.33
Hex2EAF944A0F1Fa73a2b
Octal56257224112017372477253
Binary10111010101111100101001001010011111111110100111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,175,148); }

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

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

 a { background-color: rgb(46,175,148); }

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

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

 span { border-color: rgb(46,175,148); }

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