#2BC673

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

Shades of Medium Sea Green #2BC673

Tints of Medium Sea Green #2BC673

Color information

#2BC673 (or 0x2BC673) is unknown color: approx Medium Sea Green. HEX triplet: 2B, C6 and 73. RGB value is (43,198,115). Sum of RGB (Red+Green+Blue) = 43+198+115=356 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.08% from 356); Green value is 198 (77.73% from 255 or 55.62% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 198 - color contains mainly: green. Hex color #2BC673 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC673 is #D4398C. Grayscale: #8E8E8E. Windows color (decimal): -13908365 or 7587371. OLE color: 7587371.

HSL color Cylindrical-coordinate representation of color #2BC673: hue angle of 147.87º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC673 is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB43198115-
CMYK0.7800.420.22
HSL147.87º64.32%47.25%-
HSV(B)147.87º78.28%77.65%-
XYZ24.2842.1423.07-
YUV142.19112.6557.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.08%
GREEN value IS 198 (77.73% from 255) = 55.62%
BLUE value IS 115 (45.31% from 255) = 32.30%
R=12.08%
G=55.62%
B=32.30%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal431981150.7800.420.22147.8764.3247.25
Hex2BC6734E02A1694402f
Octal533061631160522622410057
Binary1010111100011011100111001110010101010110100101001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,198,115); }

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

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

 a { background-color: rgb(43,198,115); }

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

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

 span { border-color: rgb(43,198,115); }

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