#2bc07d

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

Shades of Medium Sea Green #2BC07D

Tints of Medium Sea Green #2BC07D

Color information

#2BC07D (or 0x2BC07D) is unknown color: approx Medium Sea Green. HEX triplet: 2B, C0 and 7D. RGB value is (43,192,125). Sum of RGB (Red+Green+Blue) = 43+192+125=360 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.94% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC07D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC07D is #D43F82. Grayscale: #8B8B8B. Windows color (decimal): -13909891 or 8241195. OLE color: 8241195.

HSL color Cylindrical-coordinate representation of color #2BC07D: hue angle of 153.02º 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 #2BC07D is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB43192125-
CMYK0.7800.350.25
HSL153.02º63.4%46.08%-
HSV(B)153.02º77.6%75.29%-
XYZ23.5539.6925.82-
YUV139.81119.6458.95-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.94%
GREEN value IS 192 (75.39% from 255) = 53.33%
BLUE value IS 125 (49.22% from 255) = 34.72%
R=11.94%
G=53.33%
B=34.72%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal431921250.7800.350.25153.0263.446.08
Hex2BC07D4E02319993f2e
Octal53300175116043312317756
Binary101011110000001111101100111001000111100110011001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bc07d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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