#2BC470

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

Shades of Medium Sea Green #2BC470

Tints of Medium Sea Green #2BC470

Color information

#2BC470 (or 0x2BC470) is unknown color: approx Medium Sea Green. HEX triplet: 2B, C4 and 70. RGB value is (43,196,112). Sum of RGB (Red+Green+Blue) = 43+196+112=351 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.25% from 351); Green value is 196 (76.95% from 255 or 55.84% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 196 - color contains mainly: green. Hex color #2BC470 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC470 is #D43B8F. Grayscale: #8C8C8C. Windows color (decimal): -13908880 or 7390251. OLE color: 7390251.

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

Color convert

RGB43196112-
CMYK0.7800.430.23
HSL147.06º64.02%46.86%-
HSV(B)147.06º78.06%76.86%-
XYZ23.6641.1622.03-
YUV140.68111.8158.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.25%
GREEN value IS 196 (76.95% from 255) = 55.84%
BLUE value IS 112 (44.14% from 255) = 31.91%
R=12.25%
G=55.84%
B=31.91%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal431961120.7800.430.23147.0664.0246.86
Hex2BC4704E02B1793402f
Octal533041601160532722310057
Binary1010111100010011100001001110010101110111100100111000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,196,112); }

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

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

 a { background-color: rgb(43,196,112); }

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

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

 span { border-color: rgb(43,196,112); }

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