#49AE6A

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

Shades of Ocean Green #49AE6A

Tints of Ocean Green #49AE6A

Color information

#49AE6A (or 0x49AE6A) is unknown color: approx Ocean Green. HEX triplet: 49, AE and 6A. RGB value is (73,174,106). Sum of RGB (Red+Green+Blue) = 73+174+106=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 174 (68.36% from 255 or 49.29% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 174 - color contains mainly: green. Hex color #49AE6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AE6A is #B65195. Grayscale: #888888. Windows color (decimal): -11948438 or 6991433. OLE color: 6991433.

HSL color Cylindrical-coordinate representation of color #49AE6A: hue angle of 139.6º 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 #49AE6A is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB73174106-
CMYK0.5800.390.32
HSL139.6º40.89%48.43%-
HSV(B)139.6º58.05%68.24%-
XYZ20.4932.7318.87-
YUV136.05111.0483.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.68%
GREEN value IS 174 (68.36% from 255) = 49.29%
BLUE value IS 106 (41.80% from 255) = 30.03%
R=20.68%
G=49.29%
B=30.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731741060.5800.390.32139.640.8948.43
Hex49AE6A3A027208c2930
Octal11125615272047402145160
Binary1001001101011101101010111010010011110000010001100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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