#2EAF95

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

Shades of Niagara #2EAF95

Tints of Niagara #2EAF95

Color information

#2EAF95 (or 0x2EAF95) is unknown color: approx Niagara. HEX triplet: 2E, AF and 95. RGB value is (46,175,149). Sum of RGB (Red+Green+Blue) = 46+175+149=370 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.43% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAF95 is #D1506A. Grayscale: #858585. Windows color (decimal): -13717611 or 9809710. OLE color: 9809710.

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

Color convert

RGB46175149-
CMYK0.7400.150.31
HSL167.91º58.37%43.33%-
HSV(B)167.91º73.71%68.63%-
XYZ21.8833.4133.73-
YUV133.46136.7665.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.43%
GREEN value IS 175 (68.75% from 255) = 47.30%
BLUE value IS 149 (58.59% from 255) = 40.27%
R=12.43%
G=47.30%
B=40.27%

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
Decimal461751490.7400.150.31167.9158.3743.33
Hex2EAF954A0F1Fa83a2b
Octal56257225112017372507253
Binary10111010101111100101011001010011111111110101000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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