#2EBF6B

Color #2EBF6B Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2EBF6B

Tints of Medium Sea Green #2EBF6B

Color information

#2EBF6B (or 0x2EBF6B) is unknown color: approx Medium Sea Green. HEX triplet: 2E, BF and 6B. RGB value is (46,191,107). Sum of RGB (Red+Green+Blue) = 46+191+107=344 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.37% from 344); Green value is 191 (75% from 255 or 55.52% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 191 - color contains mainly: green. Hex color #2EBF6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBF6B is #D14094. Grayscale: #8A8A8A. Windows color (decimal): -13713557 or 7061294. OLE color: 7061294.

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

Color convert

RGB46191107-
CMYK0.7600.440.25
HSL145.24º61.18%46.47%-
HSV(B)145.24º75.92%74.9%-
XYZ22.4138.920.24-
YUV138.07110.4662.33-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.37%
GREEN value IS 191 (75% from 255) = 55.52%
BLUE value IS 107 (42.19% from 255) = 31.10%
R=13.37%
G=55.52%
B=31.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461911070.7600.440.25145.2461.1846.47
Hex2EBF6B4C02C19913d2e
Octal56277153114054312217556
Binary101110101111111101011100110001011001100110010001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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