Html Css Color HEX #49B985 Medium Sea Green

📋 copy color: '#49B985'

red 73 ◦ green 185 ◦ blue 133

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

Shades of Medium Sea Green #49B985

Tints of Medium Sea Green #49B985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.02%

R = 18.67%
G = 47.31%
B = 34.02%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#49B985 (or 0x49B985) is known color: Medium Sea Green. HEX triplet: 49, B9 and 85. RGB value is (73,185,133). Sum of RGB (Red+Green+Blue) = 73+185+133=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 185 - color contains mainly: green. Hex color #49B985 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B985 is #B6467A. Grayscale: #919191. Windows color (decimal): -11945595 or 8763721. OLE color: 8763721.

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

Color convert

RGB 73 185 133 -
CMYK 0.61 0 0.28 0.27
HSL 152.14º 0.44% 0.51% -
HSV(B) 152.14º 0.61% 0.73% -
XYZ 24.33 37.81 28.21 -
YUV 145.58 120.89 76.23 -
System Red Green Blue C M Y K H S L
Decimal 73 185 133 0.61 0 0.28 0.27 152.14 0.44 0.51
Hex 49 B9 85 3D 0 1C 1B 98 2C 33
Octal 111 271 205 75 0 34 33 230 54 63
Binary 1001001 10111001 10000101 111101 0 11100 11011 10011000 101100 110011

Color Harmonies of #49B985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B985

Black with #49B985

Text Example


Text Example

White with #49B985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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