#2BC26B

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

Shades of Medium Sea Green #2BC26B

Tints of Medium Sea Green #2BC26B

Color information

#2BC26B (or 0x2BC26B) is unknown color: approx Medium Sea Green. HEX triplet: 2B, C2 and 6B. RGB value is (43,194,107). Sum of RGB (Red+Green+Blue) = 43+194+107=344 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.5% from 344); Green value is 194 (76.17% from 255 or 56.40% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 194 - color contains mainly: green. Hex color #2BC26B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC26B is #D43D94. Grayscale: #8B8B8B. Windows color (decimal): -13909397 or 7062059. OLE color: 7062059.

HSL color Cylindrical-coordinate representation of color #2BC26B: hue angle of 145.43º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC26B is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB43194107-
CMYK0.7800.450.24
HSL145.43º63.71%46.47%-
HSV(B)145.43º77.84%76.08%-
XYZ22.9440.1620.45-
YUV138.93109.9759.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.5%
GREEN value IS 194 (76.17% from 255) = 56.40%
BLUE value IS 107 (42.19% from 255) = 31.10%
R=12.5%
G=56.40%
B=31.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal431941070.7800.450.24145.4363.7146.47
Hex2BC26B4E02D1891402e
Octal533021531160553022110056
Binary1010111100001011010111001110010110111000100100011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,194,107); }

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

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

 a { background-color: rgb(43,194,107); }

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

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

 span { border-color: rgb(43,194,107); }

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