Html Css Color HEX #2BC079 Medium Sea Green

📋 copy color: '#2BC079'

red 43 ◦ green 192 ◦ blue 121

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

Shades of Medium Sea Green #2BC079

Tints of Medium Sea Green #2BC079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.99%

R = 12.08%
G = 53.93%
B = 33.99%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#2BC079 (or 0x2BC079) is known color: Medium Sea Green. HEX triplet: 2B, C0 and 79. RGB value is (43,192,121). Sum of RGB (Red+Green+Blue) = 43+192+121=356 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.08% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC079 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC079 is #D43F86. Grayscale: #8B8B8B. Windows color (decimal): -13909895 or 7979051. OLE color: 7979051.

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

Color convert

RGB 43 192 121 -
CMYK 0.78 0 0.37 0.25
HSL 151.41º 0.63% 0.46% -
HSV(B) 151.41º 0.78% 0.75% -
XYZ 23.3 39.59 24.5 -
YUV 139.36 117.64 59.27 -
System Red Green Blue C M Y K H S L
Decimal 43 192 121 0.78 0 0.37 0.25 151.41 0.63 0.46
Hex 2B C0 79 4E 0 25 19 97 3F 2E
Octal 53 300 171 116 0 45 31 227 77 56
Binary 101011 11000000 1111001 1001110 0 100101 11001 10010111 111111 101110

Color Harmonies of #2BC079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC079

Black with #2BC079

Text Example


Text Example

White with #2BC079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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