#2EBE94

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

Shades of Shamrock #2EBE94

Tints of Shamrock #2EBE94

Color information

#2EBE94 (or 0x2EBE94) is unknown color: approx Shamrock. HEX triplet: 2E, BE and 94. RGB value is (46,190,148). Sum of RGB (Red+Green+Blue) = 46+190+148=384 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.98% from 384); Green value is 190 (74.61% from 255 or 49.48% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBE94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBE94 is #D1416B. Grayscale: #8E8E8E. Windows color (decimal): -13713772 or 9748014. OLE color: 9748014.

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

Color convert

RGB46190148-
CMYK0.7600.220.25
HSL162.5º61.02%46.27%-
HSV(B)162.5º75.79%74.51%-
XYZ24.8939.5534.34-
YUV142.16131.2959.42-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.98%
GREEN value IS 190 (74.61% from 255) = 49.48%
BLUE value IS 148 (58.20% from 255) = 38.54%
R=11.98%
G=49.48%
B=38.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461901480.7600.220.25162.561.0246.27
Hex2EBE944C01619a23d2e
Octal56276224114026312427556
Binary101110101111101001010010011000101101100110100010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,190,148); }

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

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

 a { background-color: rgb(46,190,148); }

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

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

 span { border-color: rgb(46,190,148); }

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