Html Css Color HEX #2BC86A Medium Sea Green

📋 copy color: '#2BC86A'

red 43 ◦ green 200 ◦ blue 106

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

Shades of Medium Sea Green #2BC86A

Tints of Medium Sea Green #2BC86A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 57.31%

 BLUE value IS 106 (41.8% from 255) = 30.37%

R = 12.32%
G = 57.31%
B = 30.37%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#2BC86A (or 0x2BC86A) is known color: Medium Sea Green. HEX triplet: 2B, C8 and 6A. RGB value is (43,200,106). Sum of RGB (Red+Green+Blue) = 43+200+106=349 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.32% from 349); Green value is 200 (78.52% from 255 or 57.31% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 200 - color contains mainly: green. Hex color #2BC86A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC86A is #D43795. Grayscale: #8E8E8E. Windows color (decimal): -13907862 or 6998059. OLE color: 6998059.

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

Color convert

RGB 43 200 106 -
CMYK 0.78 0 0.47 0.22
HSL 144.08º 0.65% 0.48% -
HSV(B) 144.08º 0.79% 0.78% -
XYZ 24.25 42.86 20.63 -
YUV 142.34 107.49 57.14 -
System Red Green Blue C M Y K H S L
Decimal 43 200 106 0.78 0 0.47 0.22 144.08 0.65 0.48
Hex 2B C8 6A 4E 0 2F 16 90 41 30
Octal 53 310 152 116 0 57 26 220 101 60
Binary 101011 11001000 1101010 1001110 0 101111 10110 10010000 1000001 110000

Color Harmonies of #2BC86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC86A

Black with #2BC86A

Text Example


Text Example

White with #2BC86A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,200,106); }

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

background-color css

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

 a { background-color: rgb(43,200,106); }

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

border-color css

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

 span { border-color: rgb(43,200,106); }

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