Html Css Color HEX #2BC670 Medium Sea Green

📋 copy color: '#2BC670'

red 43 ◦ green 198 ◦ blue 112

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

Shades of Medium Sea Green #2BC670

Tints of Medium Sea Green #2BC670

RGB

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

 GREEN value IS 198 (77.73% from 255) = 56.09%

 BLUE value IS 112 (44.14% from 255) = 31.73%

R = 12.18%
G = 56.09%
B = 31.73%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#2BC670 (or 0x2BC670) is known color: Medium Sea Green. HEX triplet: 2B, C6 and 70. RGB value is (43,198,112). Sum of RGB (Red+Green+Blue) = 43+198+112=353 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.18% from 353); Green value is 198 (77.73% from 255 or 56.09% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 198 - color contains mainly: green. Hex color #2BC670 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC670 is #D4398F. Grayscale: #8E8E8E. Windows color (decimal): -13908368 or 7390763. OLE color: 7390763.

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

Color convert

RGB 43 198 112 -
CMYK 0.78 0 0.43 0.22
HSL 146.71º 0.64% 0.47% -
HSV(B) 146.71º 0.78% 0.78% -
XYZ 24.11 42.07 22.18 -
YUV 141.85 111.15 57.49 -
System Red Green Blue C M Y K H S L
Decimal 43 198 112 0.78 0 0.43 0.22 146.71 0.64 0.47
Hex 2B C6 70 4E 0 2B 16 93 40 2F
Octal 53 306 160 116 0 53 26 223 100 57
Binary 101011 11000110 1110000 1001110 0 101011 10110 10010011 1000000 101111

Color Harmonies of #2BC670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC670

Black with #2BC670

Text Example


Text Example

White with #2BC670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,198,112); }

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

background-color css

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

 a { background-color: rgb(43,198,112); }

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

border-color css

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

 span { border-color: rgb(43,198,112); }

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