Html Css Color HEX #2BC160 Medium Sea Green

📋 copy color: '#2BC160'

red 43 ◦ green 193 ◦ blue 96

#2BC160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Sea Green #2BC160

Tints of Medium Sea Green #2BC160

RGB

 RED value IS 43 (17.19% from 255) = 12.95%

 GREEN value IS 193 (75.78% from 255) = 58.13%

 BLUE value IS 96 (37.89% from 255) = 28.92%

R = 12.95%
G = 58.13%
B = 28.92%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#2BC160 (or 0x2BC160) is known color: Medium Sea Green. HEX triplet: 2B, C1 and 60. RGB value is (43,193,96). Sum of RGB (Red+Green+Blue) = 43+193+96=332 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.95% from 332); Green value is 193 (75.78% from 255 or 58.13% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 193 - color contains mainly: green. Hex color #2BC160 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC160 is #D43E9F. Grayscale: #898989. Windows color (decimal): -13909664 or 6340907. OLE color: 6340907.

HSL color Cylindrical-coordinate representation of color #2BC160: hue angle of 141.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC160 is Cyan = 0.78, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 43 193 96 -
CMYK 0.78 0 0.50 0.24
HSL 141.2º 0.64% 0.46% -
HSV(B) 141.2º 0.78% 0.76% -
XYZ 22.18 39.5 17.52 -
YUV 137.09 104.81 60.89 -
System Red Green Blue C M Y K H S L
Decimal 43 193 96 0.78 0 0.50 0.24 141.2 0.64 0.46
Hex 2B C1 60 4E 0 32 18 8D 40 2E
Octal 53 301 140 116 0 62 30 215 100 56
Binary 101011 11000001 1100000 1001110 0 110010 11000 10001101 1000000 101110

Color Harmonies of #2BC160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC160

Black with #2BC160

Text Example


Text Example

White with #2BC160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,193,96); }

 H1.HeaderClassName
 {
   color: #2BC160;
 }
 .AnyTagClassName
 {
   color: #2BC160;
 }
</style>

background-color css

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

 a { background-color: rgb(43,193,96); }

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

border-color css

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

 span { border-color: rgb(43,193,96); }

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