#2BCE68

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

Shades of Medium Sea Green #2BCE68

Tints of Medium Sea Green #2BCE68

Color information

#2BCE68 (or 0x2BCE68) is unknown color: approx Medium Sea Green. HEX triplet: 2B, CE and 68. RGB value is (43,206,104). Sum of RGB (Red+Green+Blue) = 43+206+104=353 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.18% from 353); Green value is 206 (80.86% from 255 or 58.36% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCE68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCE68 is #D43197. Grayscale: #919191. Windows color (decimal): -13906328 or 6868523. OLE color: 6868523.

HSL color Cylindrical-coordinate representation of color #2BCE68: hue angle of 142.45º 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 #2BCE68 is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB43206104-
CMYK0.7900.500.19
HSL142.45º65.46%48.82%-
HSV(B)142.45º79.13%80.78%-
XYZ25.5745.6620.56-
YUV145.64104.554.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.18%
GREEN value IS 206 (80.86% from 255) = 58.36%
BLUE value IS 104 (41.02% from 255) = 29.46%
R=12.18%
G=58.36%
B=29.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal432061040.7900.500.19142.4565.4648.82
Hex2BCE684F032138e4131
Octal533161501170622321610161
Binary1010111100111011010001001111011001010011100011101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BCE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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