#50AD6E

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

Shades of Ocean Green #50AD6E

Tints of Ocean Green #50AD6E

Color information

#50AD6E (or 0x50AD6E) is unknown color: approx Ocean Green. HEX triplet: 50, AD and 6E. RGB value is (80,173,110). Sum of RGB (Red+Green+Blue) = 80+173+110=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AD6E is #AF5291. Grayscale: #8A8A8A. Windows color (decimal): -11489938 or 7253328. OLE color: 7253328.

HSL color Cylindrical-coordinate representation of color #50AD6E: hue angle of 139.35º 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 #50AD6E is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB80173110-
CMYK0.5400.360.32
HSL139.35º36.76%49.61%-
HSV(B)139.35º53.76%67.84%-
XYZ21.0732.7219.96-
YUV138.01112.1986.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.04%
GREEN value IS 173 (67.97% from 255) = 47.66%
BLUE value IS 110 (43.36% from 255) = 30.30%
R=22.04%
G=47.66%
B=30.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801731100.5400.360.32139.3536.7649.61
Hex50AD6E36024208b2532
Octal12025515666044402134562
Binary1010000101011011101110110110010010010000010001011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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