Html Css Color HEX #2EAC9C Niagara

📋 copy color: '#2EAC9C'

red 46 ◦ green 172 ◦ blue 156

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

Shades of Niagara #2EAC9C

Tints of Niagara #2EAC9C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.99%

 BLUE value IS 156 (61.33% from 255) = 41.71%

R = 12.3%
G = 45.99%
B = 41.71%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#2EAC9C (or 0x2EAC9C) is known color: Niagara. HEX triplet: 2E, AC and 9C. RGB value is (46,172,156). Sum of RGB (Red+Green+Blue) = 46+172+156=374 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.30% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAC9C is #D15363. Grayscale: #848484. Windows color (decimal): -13718372 or 10267694. OLE color: 10267694.

HSL color Cylindrical-coordinate representation of color #2EAC9C: hue angle of 172.38º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAC9C is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 172 156 -
CMYK 0.73 0 0.09 0.33
HSL 172.38º 0.58% 0.43% -
HSV(B) 172.38º 0.73% 0.67% -
XYZ 21.88 32.49 36.57 -
YUV 132.5 141.26 66.3 -
System Red Green Blue C M Y K H S L
Decimal 46 172 156 0.73 0 0.09 0.33 172.38 0.58 0.43
Hex 2E AC 9C 49 0 9 21 AC 3A 2B
Octal 56 254 234 111 0 11 41 254 72 53
Binary 101110 10101100 10011100 1001001 0 1001 100001 10101100 111010 101011

Color Harmonies of #2EAC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAC9C

Black with #2EAC9C

Text Example


Text Example

White with #2EAC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,172,156); }

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

background-color css

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

 a { background-color: rgb(46,172,156); }

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

border-color css

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

 span { border-color: rgb(46,172,156); }

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