Html Css Color HEX #2EBA93 Niagara

📋 copy color: '#2EBA93'

red 46 ◦ green 186 ◦ blue 147

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

Shades of Niagara #2EBA93

Tints of Niagara #2EBA93

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.08%

 BLUE value IS 147 (57.81% from 255) = 38.79%

R = 12.14%
G = 49.08%
B = 38.79%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#2EBA93 (or 0x2EBA93) is known color: Niagara. HEX triplet: 2E, BA and 93. RGB value is (46,186,147). Sum of RGB (Red+Green+Blue) = 46+186+147=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBA93 is #D1456C. Grayscale: #8B8B8B. Windows color (decimal): -13714797 or 9681454. OLE color: 9681454.

HSL color Cylindrical-coordinate representation of color #2EBA93: hue angle of 163.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EBA93 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 186 147 -
CMYK 0.75 0 0.21 0.27
HSL 163.29º 0.6% 0.45% -
HSV(B) 163.29º 0.75% 0.73% -
XYZ 23.95 37.81 33.64 -
YUV 139.69 132.12 61.17 -
System Red Green Blue C M Y K H S L
Decimal 46 186 147 0.75 0 0.21 0.27 163.29 0.6 0.45
Hex 2E BA 93 4B 0 15 1B A3 3C 2D
Octal 56 272 223 113 0 25 33 243 74 55
Binary 101110 10111010 10010011 1001011 0 10101 11011 10100011 111100 101101

Color Harmonies of #2EBA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBA93

Black with #2EBA93

Text Example


Text Example

White with #2EBA93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,186,147); }

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

background-color css

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

 a { background-color: rgb(46,186,147); }

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

border-color css

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

 span { border-color: rgb(46,186,147); }

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