#2BCA6D

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

Shades of Medium Sea Green #2BCA6D

Tints of Medium Sea Green #2BCA6D

Color information

#2BCA6D (or 0x2BCA6D) is unknown color: approx Medium Sea Green. HEX triplet: 2B, CA and 6D. RGB value is (43,202,109). Sum of RGB (Red+Green+Blue) = 43+202+109=354 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.15% from 354); Green value is 202 (79.30% from 255 or 57.06% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 202 - color contains mainly: green. Hex color #2BCA6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCA6D is #D43592. Grayscale: #909090. Windows color (decimal): -13907347 or 7195179. OLE color: 7195179.

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

Color convert

RGB43202109-
CMYK0.7900.460.21
HSL144.91º64.9%48.04%-
HSV(B)144.91º78.71%79.22%-
XYZ24.8843.8621.62-
YUV143.86108.3256.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.15%
GREEN value IS 202 (79.30% from 255) = 57.06%
BLUE value IS 109 (42.97% from 255) = 30.79%
R=12.15%
G=57.06%
B=30.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal432021090.7900.460.21144.9164.948.04
Hex2BCA6D4F02E15914130
Octal533121551170562522110160
Binary1010111100101011011011001111010111010101100100011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BCA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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