#50AE6E

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

Shades of Ocean Green #50AE6E

Tints of Ocean Green #50AE6E

Color information

#50AE6E (or 0x50AE6E) is unknown color: approx Ocean Green. HEX triplet: 50, AE and 6E. RGB value is (80,174,110). Sum of RGB (Red+Green+Blue) = 80+174+110=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 174 (68.36% from 255 or 47.80% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AE6E is #AF5191. Grayscale: #8A8A8A. Windows color (decimal): -11489682 or 7253584. OLE color: 7253584.

HSL color Cylindrical-coordinate representation of color #50AE6E: hue angle of 139.15º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50AE6E is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB80174110-
CMYK0.5400.370.32
HSL139.15º37.01%49.8%-
HSV(B)139.15º54.02%68.24%-
XYZ21.2633.120.02-
YUV138.6111.8686.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.98%
GREEN value IS 174 (68.36% from 255) = 47.80%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=21.98%
G=47.80%
B=30.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801741100.5400.370.32139.1537.0149.8
Hex50AE6E36025208b2532
Octal12025615666045402134562
Binary1010000101011101101110110110010010110000010001011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50AE6E; }

 p { color: rgb(80,174,110); }

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

<style>
 a { background-color: #50AE6E; }

 a { background-color: rgb(80,174,110); }

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

<style>
 span { border-color: #50AE6E; }

 span { border-color: rgb(80,174,110); }

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