#2BC46A

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

Shades of Medium Sea Green #2BC46A

Tints of Medium Sea Green #2BC46A

Color information

#2BC46A (or 0x2BC46A) is unknown color: approx Medium Sea Green. HEX triplet: 2B, C4 and 6A. RGB value is (43,196,106). Sum of RGB (Red+Green+Blue) = 43+196+106=345 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.46% from 345); Green value is 196 (76.95% from 255 or 56.81% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 196 - color contains mainly: green. Hex color #2BC46A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC46A is #D43B95. Grayscale: #8C8C8C. Windows color (decimal): -13908886 or 6997035. OLE color: 6997035.

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

Color convert

RGB43196106-
CMYK0.7800.460.23
HSL144.71º64.02%46.86%-
HSV(B)144.71º78.06%76.86%-
XYZ23.3441.0320.33-
YUV139.99108.8158.82-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.46%
GREEN value IS 196 (76.95% from 255) = 56.81%
BLUE value IS 106 (41.80% from 255) = 30.72%
R=12.46%
G=56.81%
B=30.72%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal431961060.7800.460.23144.7164.0246.86
Hex2BC46A4E02E1791402f
Octal533041521160562722110057
Binary1010111100010011010101001110010111010111100100011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,196,106); }

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

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

 a { background-color: rgb(43,196,106); }

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

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

 span { border-color: rgb(43,196,106); }

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