#49AE6B

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

Shades of Ocean Green #49AE6B

Tints of Ocean Green #49AE6B

Color information

#49AE6B (or 0x49AE6B) is unknown color: approx Ocean Green. HEX triplet: 49, AE and 6B. RGB value is (73,174,107). Sum of RGB (Red+Green+Blue) = 73+174+107=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 174 (68.36% from 255 or 49.15% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 174 - color contains mainly: green. Hex color #49AE6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AE6B is #B65194. Grayscale: #888888. Windows color (decimal): -11948437 or 7056969. OLE color: 7056969.

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

Color convert

RGB73174107-
CMYK0.5800.390.32
HSL140.2º40.89%48.43%-
HSV(B)140.2º58.05%68.24%-
XYZ20.5432.7519.15-
YUV136.16111.5482.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.62%
GREEN value IS 174 (68.36% from 255) = 49.15%
BLUE value IS 107 (42.19% from 255) = 30.23%
R=20.62%
G=49.15%
B=30.23%

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
Decimal731741070.5800.390.32140.240.8948.43
Hex49AE6B3A027208c2930
Octal11125615372047402145160
Binary1001001101011101101011111010010011110000010001100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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