#2BCF6D

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

Shades of Medium Sea Green #2BCF6D

Tints of Medium Sea Green #2BCF6D

Color information

#2BCF6D (or 0x2BCF6D) is unknown color: approx Medium Sea Green. HEX triplet: 2B, CF and 6D. RGB value is (43,207,109). Sum of RGB (Red+Green+Blue) = 43+207+109=359 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.98% from 359); Green value is 207 (81.25% from 255 or 57.66% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCF6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCF6D is #D43092. Grayscale: #939393. Windows color (decimal): -13906067 or 7196459. OLE color: 7196459.

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

Color convert

RGB43207109-
CMYK0.7900.470.19
HSL144.15º65.6%49.02%-
HSV(B)144.15º79.23%81.18%-
XYZ26.0746.2422.02-
YUV146.79106.6753.97-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.98%
GREEN value IS 207 (81.25% from 255) = 57.66%
BLUE value IS 109 (42.97% from 255) = 30.36%
R=11.98%
G=57.66%
B=30.36%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal432071090.7900.470.19144.1565.649.02
Hex2BCF6D4F02F13904231
Octal533171551170572322010261
Binary1010111100111111011011001111010111110011100100001000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BCF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,207,109); }

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

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

 a { background-color: rgb(43,207,109); }

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

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

 span { border-color: rgb(43,207,109); }

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