Html Css Color HEX #2EAE8C Niagara

📋 copy color: '#2EAE8C'

red 46 ◦ green 174 ◦ blue 140

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

Shades of Niagara #2EAE8C

Tints of Niagara #2EAE8C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 48.33%

 BLUE value IS 140 (55.08% from 255) = 38.89%

R = 12.78%
G = 48.33%
B = 38.89%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#2EAE8C (or 0x2EAE8C) is known color: Niagara. HEX triplet: 2E, AE and 8C. RGB value is (46,174,140). Sum of RGB (Red+Green+Blue) = 46+174+140=360 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.78% from 360); Green value is 174 (68.36% from 255 or 48.33% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 174 - color contains mainly: green. Hex color #2EAE8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAE8C is #D15173. Grayscale: #838383. Windows color (decimal): -13717876 or 9219630. OLE color: 9219630.

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

Color convert

RGB 46 174 140 -
CMYK 0.74 0 0.20 0.32
HSL 164.06º 0.58% 0.43% -
HSV(B) 164.06º 0.74% 0.68% -
XYZ 21 32.75 30.03 -
YUV 131.85 132.59 66.76 -
System Red Green Blue C M Y K H S L
Decimal 46 174 140 0.74 0 0.20 0.32 164.06 0.58 0.43
Hex 2E AE 8C 4A 0 14 20 A4 3A 2B
Octal 56 256 214 112 0 24 40 244 72 53
Binary 101110 10101110 10001100 1001010 0 10100 100000 10100100 111010 101011

Color Harmonies of #2EAE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAE8C

Black with #2EAE8C

Text Example


Text Example

White with #2EAE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,174,140); }

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

background-color css

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

 a { background-color: rgb(46,174,140); }

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

border-color css

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

 span { border-color: rgb(46,174,140); }

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