#2BBA5E

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

Shades of Medium Sea Green #2BBA5E

Tints of Medium Sea Green #2BBA5E

Color information

#2BBA5E (or 0x2BBA5E) is unknown color: approx Medium Sea Green. HEX triplet: 2B, BA and 5E. RGB value is (43,186,94). Sum of RGB (Red+Green+Blue) = 43+186+94=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 186 (73.05% from 255 or 57.59% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBA5E is #D445A1. Grayscale: #848484. Windows color (decimal): -13911458 or 6208043. OLE color: 6208043.

HSL color Cylindrical-coordinate representation of color #2BBA5E: hue angle of 141.4º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBA5E is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB4318694-
CMYK0.7700.490.27
HSL141.4º62.45%44.9%-
HSV(B)141.4º76.88%72.94%-
XYZ20.5836.4416.54-
YUV132.76106.1263.98-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.31%
GREEN value IS 186 (73.05% from 255) = 57.59%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=13.31%
G=57.59%
B=29.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43186940.7700.490.27141.462.4544.9
Hex2BBA5E4D0311B8d3e2d
Octal53272136115061332157655
Binary101011101110101011110100110101100011101110001101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,186,94); }

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

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

 a { background-color: rgb(43,186,94); }

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

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

 span { border-color: rgb(43,186,94); }

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