Html Css Color HEX #2EC19F Shamrock

📋 copy color: '#2EC19F'

red 46 ◦ green 193 ◦ blue 159

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

Shades of Shamrock #2EC19F

Tints of Shamrock #2EC19F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.49%

 BLUE value IS 159 (62.5% from 255) = 39.95%

R = 11.56%
G = 48.49%
B = 39.95%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#2EC19F (or 0x2EC19F) is known color: Shamrock. HEX triplet: 2E, C1 and 9F. RGB value is (46,193,159). Sum of RGB (Red+Green+Blue) = 46+193+159=398 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.56% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC19F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC19F is #D13E60. Grayscale: #919191. Windows color (decimal): -13712993 or 10469678. OLE color: 10469678.

HSL color Cylindrical-coordinate representation of color #2EC19F: hue angle of 166.12º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC19F is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 193 159 -
CMYK 0.76 0 0.18 0.24
HSL 166.12º 0.62% 0.47% -
HSV(B) 166.12º 0.76% 0.76% -
XYZ 26.45 41.22 39.36 -
YUV 145.17 135.8 57.26 -
System Red Green Blue C M Y K H S L
Decimal 46 193 159 0.76 0 0.18 0.24 166.12 0.62 0.47
Hex 2E C1 9F 4C 0 12 18 A6 3E 2F
Octal 56 301 237 114 0 22 30 246 76 57
Binary 101110 11000001 10011111 1001100 0 10010 11000 10100110 111110 101111

Color Harmonies of #2EC19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC19F

Black with #2EC19F

Text Example


Text Example

White with #2EC19F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,193,159); }

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

background-color css

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

 a { background-color: rgb(46,193,159); }

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

border-color css

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

 span { border-color: rgb(46,193,159); }

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