#2EBC9B

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

Shades of Shamrock #2EBC9B

Tints of Shamrock #2EBC9B

Color information

#2EBC9B (or 0x2EBC9B) is unknown color: approx Shamrock. HEX triplet: 2E, BC and 9B. RGB value is (46,188,155). Sum of RGB (Red+Green+Blue) = 46+188+155=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBC9B is #D14364. Grayscale: #8D8D8D. Windows color (decimal): -13714277 or 10206254. OLE color: 10206254.

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

Color convert

RGB46188155-
CMYK0.7600.180.26
HSL166.06º60.68%45.88%-
HSV(B)166.06º75.53%73.73%-
XYZ25.0338.9137.2-
YUV141.78135.4659.68-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.83%
GREEN value IS 188 (73.83% from 255) = 48.33%
BLUE value IS 155 (60.94% from 255) = 39.85%
R=11.83%
G=48.33%
B=39.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal461881550.7600.180.26166.0660.6845.88
Hex2EBC9B4C0121Aa63d2e
Octal56274233114022322467556
Binary101110101111001001101110011000100101101010100110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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