#49B97A

Color #49B97A Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #49B97A

Tints of Medium Sea Green #49B97A

Color information

#49B97A (or 0x49B97A) is unknown color: approx Medium Sea Green. HEX triplet: 49, B9 and 7A. RGB value is (73,185,122). Sum of RGB (Red+Green+Blue) = 73+185+122=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 185 (72.66% from 255 or 48.68% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 185 - color contains mainly: green. Hex color #49B97A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B97A is #B64685. Grayscale: #909090. Windows color (decimal): -11945606 or 8042825. OLE color: 8042825.

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

Color convert

RGB73185122-
CMYK0.6100.340.27
HSL146.25º44.44%50.59%-
HSV(B)146.25º60.54%72.55%-
XYZ23.6137.5224.41-
YUV144.33115.3977.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.21%
GREEN value IS 185 (72.66% from 255) = 48.68%
BLUE value IS 122 (48.05% from 255) = 32.11%
R=19.21%
G=48.68%
B=32.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731851220.6100.340.27146.2544.4450.59
Hex49B97A3D0221B922c33
Octal11127117275042332225463
Binary100100110111001111101011110101000101101110010010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #49B97A;
 }
 .AnyTagClassName
 {
   color: #49B97A;
 }
</style>
background-color css

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

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

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

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

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

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