Html Css Color HEX #49B96F Medium Sea Green

📋 copy color: '#49B96F'

red 73 ◦ green 185 ◦ blue 111

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

Shades of Medium Sea Green #49B96F

Tints of Medium Sea Green #49B96F

RGB

 RED value IS 73 (28.91% from 255) = 19.78%

 GREEN value IS 185 (72.66% from 255) = 50.14%

 BLUE value IS 111 (43.75% from 255) = 30.08%

R = 19.78%
G = 50.14%
B = 30.08%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.4

 K value IS 0.27

RGB Variations

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

Color information

#49B96F (or 0x49B96F) is known color: Medium Sea Green. HEX triplet: 49, B9 and 6F. RGB value is (73,185,111). Sum of RGB (Red+Green+Blue) = 73+185+111=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #49B96F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B96F is #B64690. Grayscale: #8F8F8F. Windows color (decimal): -11945617 or 7321929. OLE color: 7321929.

HSL color Cylindrical-coordinate representation of color #49B96F: hue angle of 140.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49B96F is Cyan = 0.61, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 185 111 -
CMYK 0.61 0 0.4 0.27
HSL 140.36º 0.44% 0.51% -
HSV(B) 140.36º 0.61% 0.73% -
XYZ 22.97 37.26 21.02 -
YUV 143.08 109.89 78.02 -
System Red Green Blue C M Y K H S L
Decimal 73 185 111 0.61 0 0.4 0.27 140.36 0.44 0.51
Hex 49 B9 6F 3D 0 28 1B 8C 2C 33
Octal 111 271 157 75 0 50 33 214 54 63
Binary 1001001 10111001 1101111 111101 0 101000 11011 10001100 101100 110011

Color Harmonies of #49B96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B96F

Black with #49B96F

Text Example


Text Example

White with #49B96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49B96F; }

 p { color: rgb(73,185,111); }

 H1.HeaderClassName
 {
   color: #49B96F;
 }
 .AnyTagClassName
 {
   color: #49B96F;
 }
</style>

background-color css

<style>
 a { background-color: #49B96F; }

 a { background-color: rgb(73,185,111); }

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

border-color css

<style>
 span { border-color: #49B96F; }

 span { border-color: rgb(73,185,111); }

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