#2BCE6F

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

Shades of Medium Sea Green #2BCE6F

Tints of Medium Sea Green #2BCE6F

Color information

#2BCE6F (or 0x2BCE6F) is unknown color: approx Medium Sea Green. HEX triplet: 2B, CE and 6F. RGB value is (43,206,111). Sum of RGB (Red+Green+Blue) = 43+206+111=360 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.94% from 360); Green value is 206 (80.86% from 255 or 57.22% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCE6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCE6F is #D43190. Grayscale: #929292. Windows color (decimal): -13906321 or 7327275. OLE color: 7327275.

HSL color Cylindrical-coordinate representation of color #2BCE6F: hue angle of 145.03º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCE6F is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB43206111-
CMYK0.7900.460.19
HSL145.03º65.46%48.82%-
HSV(B)145.03º79.13%80.78%-
XYZ25.9445.822.51-
YUV146.4310854.22-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.94%
GREEN value IS 206 (80.86% from 255) = 57.22%
BLUE value IS 111 (43.75% from 255) = 30.83%
R=11.94%
G=57.22%
B=30.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal432061110.7900.460.19145.0365.4648.82
Hex2BCE6F4F02E13914131
Octal533161571170562322110161
Binary1010111100111011011111001111010111010011100100011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BCE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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