Html Css Color HEX #2EBC96 Shamrock

📋 copy color: '#2EBC96'

red 46 ◦ green 188 ◦ blue 150

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

Shades of Shamrock #2EBC96

Tints of Shamrock #2EBC96

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.96%

 BLUE value IS 150 (58.98% from 255) = 39.06%

R = 11.98%
G = 48.96%
B = 39.06%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#2EBC96 (or 0x2EBC96) is known color: Shamrock. HEX triplet: 2E, BC and 96. RGB value is (46,188,150). Sum of RGB (Red+Green+Blue) = 46+188+150=384 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.98% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBC96 is #D14369. Grayscale: #8D8D8D. Windows color (decimal): -13714282 or 9878574. OLE color: 9878574.

HSL color Cylindrical-coordinate representation of color #2EBC96: hue angle of 163.94º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBC96 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 188 150 -
CMYK 0.76 0 0.20 0.26
HSL 163.94º 0.61% 0.46% -
HSV(B) 163.94º 0.76% 0.74% -
XYZ 24.61 38.75 35.04 -
YUV 141.21 132.96 60.09 -
System Red Green Blue C M Y K H S L
Decimal 46 188 150 0.76 0 0.20 0.26 163.94 0.61 0.46
Hex 2E BC 96 4C 0 14 1A A4 3D 2E
Octal 56 274 226 114 0 24 32 244 75 56
Binary 101110 10111100 10010110 1001100 0 10100 11010 10100100 111101 101110

Color Harmonies of #2EBC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBC96

Black with #2EBC96

Text Example


Text Example

White with #2EBC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,188,150); }

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

background-color css

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

 a { background-color: rgb(46,188,150); }

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

border-color css

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

 span { border-color: rgb(46,188,150); }

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