#2BC056

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

Shades of Medium Sea Green #2BC056

Tints of Medium Sea Green #2BC056

Color information

#2BC056 (or 0x2BC056) is unknown color: approx Medium Sea Green. HEX triplet: 2B, C0 and 56. RGB value is (43,192,86). Sum of RGB (Red+Green+Blue) = 43+192+86=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 192 (75.39% from 255 or 59.81% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC056 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC056 is #D43FA9. Grayscale: #878787. Windows color (decimal): -13909930 or 5685291. OLE color: 5685291.

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

Color convert

RGB4319286-
CMYK0.7800.550.25
HSL137.32º63.4%46.08%-
HSV(B)137.32º77.6%75.29%-
XYZ21.5338.8815.18-
YUV135.36100.1462.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.40%
GREEN value IS 192 (75.39% from 255) = 59.81%
BLUE value IS 86 (33.98% from 255) = 26.79%
R=13.40%
G=59.81%
B=26.79%

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
Decimal43192860.7800.550.25137.3263.446.08
Hex2BC0564E03719893f2e
Octal53300126116067312117756
Binary101011110000001010110100111001101111100110001001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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