#2BC068

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

Shades of Medium Sea Green #2BC068

Tints of Medium Sea Green #2BC068

Color information

#2BC068 (or 0x2BC068) is unknown color: approx Medium Sea Green. HEX triplet: 2B, C0 and 68. RGB value is (43,192,104). Sum of RGB (Red+Green+Blue) = 43+192+104=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC068 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC068 is #D43F97. Grayscale: #898989. Windows color (decimal): -13909912 or 6864939. OLE color: 6864939.

HSL color Cylindrical-coordinate representation of color #2BC068: hue angle of 144.56º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC068 is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB43192104-
CMYK0.7800.460.25
HSL144.56º63.4%46.08%-
HSV(B)144.56º77.6%75.29%-
XYZ22.3439.2119.49-
YUV137.42109.1460.66-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.68%
GREEN value IS 192 (75.39% from 255) = 56.64%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=12.68%
G=56.64%
B=30.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal431921040.7800.460.25144.5663.446.08
Hex2BC0684E02E19913f2e
Octal53300150116056312217756
Binary101011110000001101000100111001011101100110010001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,192,104); }

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

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

 a { background-color: rgb(43,192,104); }

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

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

 span { border-color: rgb(43,192,104); }

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