#2EBF9B

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

Shades of Shamrock #2EBF9B

Tints of Shamrock #2EBF9B

Color information

#2EBF9B (or 0x2EBF9B) is unknown color: approx Shamrock. HEX triplet: 2E, BF and 9B. RGB value is (46,191,155). Sum of RGB (Red+Green+Blue) = 46+191+155=392 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.73% from 392); Green value is 191 (75% from 255 or 48.72% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 191 - color contains mainly: green. Hex color #2EBF9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBF9B is #D14064. Grayscale: #8F8F8F. Windows color (decimal): -13713509 or 10207022. OLE color: 10207022.

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

Color convert

RGB46191155-
CMYK0.7600.190.25
HSL165.1º61.18%46.47%-
HSV(B)165.1º75.92%74.9%-
XYZ25.6740.2137.42-
YUV143.54134.4658.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.73%
GREEN value IS 191 (75% from 255) = 48.72%
BLUE value IS 155 (60.94% from 255) = 39.54%
R=11.73%
G=48.72%
B=39.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461911550.7600.190.25165.161.1846.47
Hex2EBF9B4C01319a53d2e
Octal56277233114023312457556
Binary101110101111111001101110011000100111100110100101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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