#2EBC9A

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

Shades of Shamrock #2EBC9A

Tints of Shamrock #2EBC9A

Color information

#2EBC9A (or 0x2EBC9A) is unknown color: approx Shamrock. HEX triplet: 2E, BC and 9A. RGB value is (46,188,154). Sum of RGB (Red+Green+Blue) = 46+188+154=388 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.86% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBC9A is #D14365. Grayscale: #8D8D8D. Windows color (decimal): -13714278 or 10140718. OLE color: 10140718.

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

Color convert

RGB46188154-
CMYK0.7600.180.26
HSL165.63º60.68%45.88%-
HSV(B)165.63º75.53%73.73%-
XYZ24.9438.8836.76-
YUV141.67134.9659.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.86%
GREEN value IS 188 (73.83% from 255) = 48.45%
BLUE value IS 154 (60.55% from 255) = 39.69%
R=11.86%
G=48.45%
B=39.69%

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
Decimal461881540.7600.180.26165.6360.6845.88
Hex2EBC9A4C0121Aa63d2e
Octal56274232114022322467556
Binary101110101111001001101010011000100101101010100110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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