#2BBE6F

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

Shades of Medium Sea Green #2BBE6F

Tints of Medium Sea Green #2BBE6F

Color information

#2BBE6F (or 0x2BBE6F) is unknown color: approx Medium Sea Green. HEX triplet: 2B, BE and 6F. RGB value is (43,190,111). Sum of RGB (Red+Green+Blue) = 43+190+111=344 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.5% from 344); Green value is 190 (74.61% from 255 or 55.23% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBE6F is #D44190. Grayscale: #898989. Windows color (decimal): -13910417 or 7323179. OLE color: 7323179.

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

Color convert

RGB43190111-
CMYK0.7700.420.25
HSL147.76º63.09%45.69%-
HSV(B)147.76º77.37%74.51%-
XYZ22.2838.4921.29-
YUV137.04113.360.92-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.5%
GREEN value IS 190 (74.61% from 255) = 55.23%
BLUE value IS 111 (43.75% from 255) = 32.27%
R=12.5%
G=55.23%
B=32.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal431901110.7700.420.25147.7663.0945.69
Hex2BBE6F4D02A19943f2e
Octal53276157115052312247756
Binary101011101111101101111100110101010101100110010100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,190,111); }

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

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

 a { background-color: rgb(43,190,111); }

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

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

 span { border-color: rgb(43,190,111); }

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