#49B186

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

Shades of Ocean Green #49B186

Tints of Ocean Green #49B186

Color information

#49B186 (or 0x49B186) is unknown color: approx Ocean Green. HEX triplet: 49, B1 and 86. RGB value is (73,177,134). Sum of RGB (Red+Green+Blue) = 73+177+134=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 177 - color contains mainly: green. Hex color #49B186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49B186 is #B64E79. Grayscale: #8D8D8D. Windows color (decimal): -11947642 or 8827209. OLE color: 8827209.

HSL color Cylindrical-coordinate representation of color #49B186: hue angle of 155.19º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B186 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB73177134-
CMYK0.5900.240.31
HSL155.19º41.6%49.02%-
HSV(B)155.19º58.76%69.41%-
XYZ22.7734.5828.03-
YUV141124.0479.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.01%
GREEN value IS 177 (69.53% from 255) = 46.09%
BLUE value IS 134 (52.73% from 255) = 34.90%
R=19.01%
G=46.09%
B=34.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731771340.5900.240.31155.1941.649.02
Hex49B1863B0181F9b2a31
Octal11126120673030372335261
Binary100100110110001100001101110110110001111110011011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,177,134); }

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

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

 a { background-color: rgb(73,177,134); }

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

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

 span { border-color: rgb(73,177,134); }

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