#2BCA6C

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

Shades of Medium Sea Green #2BCA6C

Tints of Medium Sea Green #2BCA6C

Color information

#2BCA6C (or 0x2BCA6C) is unknown color: approx Medium Sea Green. HEX triplet: 2B, CA and 6C. RGB value is (43,202,108). Sum of RGB (Red+Green+Blue) = 43+202+108=353 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.18% from 353); Green value is 202 (79.30% from 255 or 57.22% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 202 - color contains mainly: green. Hex color #2BCA6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCA6C is #D43593. Grayscale: #8F8F8F. Windows color (decimal): -13907348 or 7129643. OLE color: 7129643.

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

Color convert

RGB43202108-
CMYK0.7900.470.21
HSL144.53º64.9%48.04%-
HSV(B)144.53º78.71%79.22%-
XYZ24.8243.8421.34-
YUV143.74107.8256.14-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.18%
GREEN value IS 202 (79.30% from 255) = 57.22%
BLUE value IS 108 (42.58% from 255) = 30.59%
R=12.18%
G=57.22%
B=30.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal432021080.7900.470.21144.5364.948.04
Hex2BCA6C4F02F15914130
Octal533121541170572522110160
Binary1010111100101011011001001111010111110101100100011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BCA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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