#2BC057

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

Shades of Medium Sea Green #2BC057

Tints of Medium Sea Green #2BC057

Color information

#2BC057 (or 0x2BC057) is unknown color: approx Medium Sea Green. HEX triplet: 2B, C0 and 57. RGB value is (43,192,87). Sum of RGB (Red+Green+Blue) = 43+192+87=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 192 (75.39% from 255 or 59.63% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC057 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC057 is #D43FA8. Grayscale: #878787. Windows color (decimal): -13909929 or 5750827. OLE color: 5750827.

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

Color convert

RGB4319287-
CMYK0.7800.550.25
HSL137.72º63.4%46.08%-
HSV(B)137.72º77.6%75.29%-
XYZ21.5738.915.39-
YUV135.48100.6462.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.35%
GREEN value IS 192 (75.39% from 255) = 59.63%
BLUE value IS 87 (34.38% from 255) = 27.02%
R=13.35%
G=59.63%
B=27.02%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal43192870.7800.550.25137.7263.446.08
Hex2BC0574E037198a3f2e
Octal53300127116067312127756
Binary101011110000001010111100111001101111100110001010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,192,87); }

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

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

 a { background-color: rgb(43,192,87); }

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

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

 span { border-color: rgb(43,192,87); }

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