Html Css Color HEX #2BC06A Medium Sea Green

📋 copy color: '#2BC06A'

red 43 ◦ green 192 ◦ blue 106

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

Shades of Medium Sea Green #2BC06A

Tints of Medium Sea Green #2BC06A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.3%

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

R = 12.61%
G = 56.3%
B = 31.09%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#2BC06A (or 0x2BC06A) is known color: Medium Sea Green. HEX triplet: 2B, C0 and 6A. RGB value is (43,192,106). Sum of RGB (Red+Green+Blue) = 43+192+106=341 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.61% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC06A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC06A is #D43F95. Grayscale: #898989. Windows color (decimal): -13909910 or 6996011. OLE color: 6996011.

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

Color convert

RGB 43 192 106 -
CMYK 0.78 0 0.45 0.25
HSL 145.37º 0.63% 0.46% -
HSV(B) 145.37º 0.78% 0.75% -
XYZ 22.45 39.25 20.03 -
YUV 137.65 110.14 60.49 -
System Red Green Blue C M Y K H S L
Decimal 43 192 106 0.78 0 0.45 0.25 145.37 0.63 0.46
Hex 2B C0 6A 4E 0 2D 19 91 3F 2E
Octal 53 300 152 116 0 55 31 221 77 56
Binary 101011 11000000 1101010 1001110 0 101101 11001 10010001 111111 101110

Color Harmonies of #2BC06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC06A

Black with #2BC06A

Text Example


Text Example

White with #2BC06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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