Html Css Color HEX #2EB498 Niagara

📋 copy color: '#2EB498'

red 46 ◦ green 180 ◦ blue 152

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

Shades of Niagara #2EB498

Tints of Niagara #2EB498

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.62%

 BLUE value IS 152 (59.77% from 255) = 40.21%

R = 12.17%
G = 47.62%
B = 40.21%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#2EB498 (or 0x2EB498) is known color: Niagara. HEX triplet: 2E, B4 and 98. RGB value is (46,180,152). Sum of RGB (Red+Green+Blue) = 46+180+152=378 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.17% from 378); Green value is 180 (70.70% from 255 or 47.62% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB498 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB498 is #D14B67. Grayscale: #888888. Windows color (decimal): -13716328 or 10007598. OLE color: 10007598.

HSL color Cylindrical-coordinate representation of color #2EB498: hue angle of 167.46º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB498 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 46 180 152 -
CMYK 0.74 0 0.16 0.29
HSL 167.46º 0.59% 0.44% -
HSV(B) 167.46º 0.74% 0.71% -
XYZ 23.12 35.49 35.34 -
YUV 136.74 136.61 63.28 -
System Red Green Blue C M Y K H S L
Decimal 46 180 152 0.74 0 0.16 0.29 167.46 0.59 0.44
Hex 2E B4 98 4A 0 10 1D A7 3B 2C
Octal 56 264 230 112 0 20 35 247 73 54
Binary 101110 10110100 10011000 1001010 0 10000 11101 10100111 111011 101100

Color Harmonies of #2EB498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB498

Black with #2EB498

Text Example


Text Example

White with #2EB498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,180,152); }

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

background-color css

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

 a { background-color: rgb(46,180,152); }

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

border-color css

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

 span { border-color: rgb(46,180,152); }

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