#49B880

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

Shades of Medium Sea Green #49B880

Tints of Medium Sea Green #49B880

Color information

#49B880 (or 0x49B880) is unknown color: approx Medium Sea Green. HEX triplet: 49, B8 and 80. RGB value is (73,184,128). Sum of RGB (Red+Green+Blue) = 73+184+128=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 184 - color contains mainly: green. Hex color #49B880 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B880 is #B6477F. Grayscale: #909090. Windows color (decimal): -11945856 or 8435785. OLE color: 8435785.

HSL color Cylindrical-coordinate representation of color #49B880: hue angle of 149.73º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B880 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB73184128-
CMYK0.6000.300.28
HSL149.73º43.87%50.39%-
HSV(B)149.73º60.33%72.16%-
XYZ23.7837.2626.36-
YUV144.43118.7377.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.96%
GREEN value IS 184 (72.27% from 255) = 47.79%
BLUE value IS 128 (50.39% from 255) = 33.25%
R=18.96%
G=47.79%
B=33.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal731841280.6000.300.28149.7343.8750.39
Hex49B8803C01E1C962c32
Octal11127020074036342265462
Binary100100110111000100000001111000111101110010010110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,184,128); }

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

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

 a { background-color: rgb(73,184,128); }

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

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

 span { border-color: rgb(73,184,128); }

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