#2EBC8F

Color #2EBC8F Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #2EBC8F

Tints of Shamrock #2EBC8F

Color information

#2EBC8F (or 0x2EBC8F) is unknown color: approx Shamrock. HEX triplet: 2E, BC and 8F. RGB value is (46,188,143). Sum of RGB (Red+Green+Blue) = 46+188+143=377 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.20% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBC8F is #D14370. Grayscale: #8C8C8C. Windows color (decimal): -13714289 or 9419822. OLE color: 9419822.

HSL color Cylindrical-coordinate representation of color #2EBC8F: hue angle of 160.99º 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 #2EBC8F is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB46188143-
CMYK0.7600.240.26
HSL160.99º60.68%45.88%-
HSV(B)160.99º75.53%73.73%-
XYZ24.0738.5332.16-
YUV140.41129.4660.66-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.20%
GREEN value IS 188 (73.83% from 255) = 49.87%
BLUE value IS 143 (56.25% from 255) = 37.93%
R=12.20%
G=49.87%
B=37.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal461881430.7600.240.26160.9960.6845.88
Hex2EBC8F4C0181Aa13d2e
Octal56274217114030322417556
Binary101110101111001000111110011000110001101010100001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2EBC8F;
 }
 .AnyTagClassName
 {
   color: #2EBC8F;
 }
</style>
background-color css

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

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

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

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

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

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