Html Css Color HEX #2EA788 Niagara

📋 copy color: '#2EA788'

red 46 ◦ green 167 ◦ blue 136

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

Shades of Niagara #2EA788

Tints of Niagara #2EA788

RGB

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

 GREEN value IS 167 (65.63% from 255) = 47.85%

 BLUE value IS 136 (53.52% from 255) = 38.97%

R = 13.18%
G = 47.85%
B = 38.97%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#2EA788 (or 0x2EA788) is known color: Niagara. HEX triplet: 2E, A7 and 88. RGB value is (46,167,136). Sum of RGB (Red+Green+Blue) = 46+167+136=349 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.18% from 349); Green value is 167 (65.62% from 255 or 47.85% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 167 - color contains mainly: green. Hex color #2EA788 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA788 is #D15877. Grayscale: #7F7F7F. Windows color (decimal): -13719672 or 8955694. OLE color: 8955694.

HSL color Cylindrical-coordinate representation of color #2EA788: hue angle of 164.63º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA788 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 46 167 136 -
CMYK 0.72 0 0.19 0.35
HSL 164.63º 0.57% 0.42% -
HSV(B) 164.63º 0.72% 0.65% -
XYZ 19.39 30 28.06 -
YUV 127.29 132.91 70.02 -
System Red Green Blue C M Y K H S L
Decimal 46 167 136 0.72 0 0.19 0.35 164.63 0.57 0.42
Hex 2E A7 88 48 0 13 23 A5 39 2A
Octal 56 247 210 110 0 23 43 245 71 52
Binary 101110 10100111 10001000 1001000 0 10011 100011 10100101 111001 101010

Color Harmonies of #2EA788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA788

Black with #2EA788

Text Example


Text Example

White with #2EA788

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,167,136); }

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

background-color css

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

 a { background-color: rgb(46,167,136); }

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

border-color css

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

 span { border-color: rgb(46,167,136); }

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