Html Css Color HEX #49B970 Medium Sea Green

📋 copy color: '#49B970'

red 73 ◦ green 185 ◦ blue 112

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

Shades of Medium Sea Green #49B970

Tints of Medium Sea Green #49B970

RGB

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

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

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

R = 19.73%
G = 50%
B = 30.27%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#49B970 (or 0x49B970) is known color: Medium Sea Green. HEX triplet: 49, B9 and 70. RGB value is (73,185,112). Sum of RGB (Red+Green+Blue) = 73+185+112=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 185 (72.66% from 255 or 50% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 185 - color contains mainly: green. Hex color #49B970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B970 is #B6468F. Grayscale: #8F8F8F. Windows color (decimal): -11945616 or 7387465. OLE color: 7387465.

HSL color Cylindrical-coordinate representation of color #49B970: hue angle of 140.89º 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 #49B970 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 185 112 -
CMYK 0.61 0 0.39 0.27
HSL 140.89º 0.44% 0.51% -
HSV(B) 140.89º 0.61% 0.73% -
XYZ 23.02 37.28 21.31 -
YUV 143.19 110.39 77.94 -
System Red Green Blue C M Y K H S L
Decimal 73 185 112 0.61 0 0.39 0.27 140.89 0.44 0.51
Hex 49 B9 70 3D 0 27 1B 8D 2C 33
Octal 111 271 160 75 0 47 33 215 54 63
Binary 1001001 10111001 1110000 111101 0 100111 11011 10001101 101100 110011

Color Harmonies of #49B970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B970

Black with #49B970

Text Example


Text Example

White with #49B970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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