Html Css Color HEX #2EA895 Niagara

📋 copy color: '#2EA895'

red 46 ◦ green 168 ◦ blue 149

#2EA895
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Niagara #2EA895

Tints of Niagara #2EA895

RGB

 RED value IS 46 (18.36% from 255) = 12.67%

 GREEN value IS 168 (66.02% from 255) = 46.28%

 BLUE value IS 149 (58.59% from 255) = 41.05%

R = 12.67%
G = 46.28%
B = 41.05%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#2EA895 (or 0x2EA895) is known color: Niagara. HEX triplet: 2E, A8 and 95. RGB value is (46,168,149). Sum of RGB (Red+Green+Blue) = 46+168+149=363 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.67% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 168 - color contains mainly: green. Hex color #2EA895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA895 is #D1576A. Grayscale: #818181. Windows color (decimal): -13719403 or 9807918. OLE color: 9807918.

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

Color convert

RGB 46 168 149 -
CMYK 0.73 0 0.11 0.34
HSL 170.66º 0.57% 0.42% -
HSV(B) 170.66º 0.73% 0.66% -
XYZ 20.55 30.76 33.29 -
YUV 129.36 139.08 68.54 -
System Red Green Blue C M Y K H S L
Decimal 46 168 149 0.73 0 0.11 0.34 170.66 0.57 0.42
Hex 2E A8 95 49 0 B 22 AB 39 2A
Octal 56 250 225 111 0 13 42 253 71 52
Binary 101110 10101000 10010101 1001001 0 1011 100010 10101011 111001 101010

Color Harmonies of #2EA895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA895

Black with #2EA895

Text Example


Text Example

White with #2EA895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2EA895;
 }
 .AnyTagClassName
 {
   color: #2EA895;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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