#2EC275

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

Shades of Medium Sea Green #2EC275

Tints of Medium Sea Green #2EC275

Color information

#2EC275 (or 0x2EC275) is unknown color: approx Medium Sea Green. HEX triplet: 2E, C2 and 75. RGB value is (46,194,117). Sum of RGB (Red+Green+Blue) = 46+194+117=357 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.89% from 357); Green value is 194 (76.17% from 255 or 54.34% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC275 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC275 is #D13D8A. Grayscale: #8D8D8D. Windows color (decimal): -13712779 or 7717422. OLE color: 7717422.

HSL color Cylindrical-coordinate representation of color #2EC275: hue angle of 148.78º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC275 is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB46194117-
CMYK0.7600.400.24
HSL148.78º61.67%47.06%-
HSV(B)148.78º76.29%76.08%-
XYZ23.6340.4523.39-
YUV140.97114.4760.26-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.89%
GREEN value IS 194 (76.17% from 255) = 54.34%
BLUE value IS 117 (46.09% from 255) = 32.77%
R=12.89%
G=54.34%
B=32.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal461941170.7600.400.24148.7861.6747.06
Hex2EC2754C02818953e2f
Octal56302165114050302257657
Binary101110110000101110101100110001010001100010010101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,194,117); }

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

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

 a { background-color: rgb(46,194,117); }

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

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

 span { border-color: rgb(46,194,117); }

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