Html Css Color HEX #2BC164 Medium Sea Green

📋 copy color: '#2BC164'

red 43 ◦ green 193 ◦ blue 100

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

Shades of Medium Sea Green #2BC164

Tints of Medium Sea Green #2BC164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.76%

R = 12.8%
G = 57.44%
B = 29.76%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#2BC164 (or 0x2BC164) is known color: Medium Sea Green. HEX triplet: 2B, C1 and 64. RGB value is (43,193,100). Sum of RGB (Red+Green+Blue) = 43+193+100=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 193 (75.78% from 255 or 57.44% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 193 - color contains mainly: green. Hex color #2BC164 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC164 is #D43E9B. Grayscale: #898989. Windows color (decimal): -13909660 or 6603051. OLE color: 6603051.

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

Color convert

RGB 43 193 100 -
CMYK 0.78 0 0.48 0.24
HSL 142.8º 0.64% 0.46% -
HSV(B) 142.8º 0.78% 0.76% -
XYZ 22.37 39.57 18.52 -
YUV 137.55 106.81 60.56 -
System Red Green Blue C M Y K H S L
Decimal 43 193 100 0.78 0 0.48 0.24 142.8 0.64 0.46
Hex 2B C1 64 4E 0 30 18 8F 40 2E
Octal 53 301 144 116 0 60 30 217 100 56
Binary 101011 11000001 1100100 1001110 0 110000 11000 10001111 1000000 101110

Color Harmonies of #2BC164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC164

Black with #2BC164

Text Example


Text Example

White with #2BC164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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