#49AE7A

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

Shades of Ocean Green #49AE7A

Tints of Ocean Green #49AE7A

Color information

#49AE7A (or 0x49AE7A) is unknown color: approx Ocean Green. HEX triplet: 49, AE and 7A. RGB value is (73,174,122). Sum of RGB (Red+Green+Blue) = 73+174+122=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 174 (68.36% from 255 or 47.15% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 174 - color contains mainly: green. Hex color #49AE7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AE7A is #B65185. Grayscale: #898989. Windows color (decimal): -11948422 or 8040009. OLE color: 8040009.

HSL color Cylindrical-coordinate representation of color #49AE7A: hue angle of 149.11º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AE7A is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB73174122-
CMYK0.5800.300.32
HSL149.11º40.89%48.43%-
HSV(B)149.11º58.05%68.24%-
XYZ21.433.0923.67-
YUV137.87119.0481.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.78%
GREEN value IS 174 (68.36% from 255) = 47.15%
BLUE value IS 122 (48.05% from 255) = 33.06%
R=19.78%
G=47.15%
B=33.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731741220.5800.300.32149.1140.8948.43
Hex49AE7A3A01E20952930
Octal11125617272036402255160
Binary100100110101110111101011101001111010000010010101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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