#50AD6C

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

Shades of Ocean Green #50AD6C

Tints of Ocean Green #50AD6C

Color information

#50AD6C (or 0x50AD6C) is unknown color: approx Ocean Green. HEX triplet: 50, AD and 6C. RGB value is (80,173,108). Sum of RGB (Red+Green+Blue) = 80+173+108=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 173 (67.97% from 255 or 47.92% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AD6C is #AF5293. Grayscale: #898989. Windows color (decimal): -11489940 or 7122256. OLE color: 7122256.

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

Color convert

RGB80173108-
CMYK0.5400.380.32
HSL138.06º36.76%49.61%-
HSV(B)138.06º53.76%67.84%-
XYZ20.9632.6819.39-
YUV137.78111.1986.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.16%
GREEN value IS 173 (67.97% from 255) = 47.92%
BLUE value IS 108 (42.58% from 255) = 29.92%
R=22.16%
G=47.92%
B=29.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801731080.5400.380.32138.0636.7649.61
Hex50AD6C36026208a2532
Octal12025515466046402124562
Binary1010000101011011101100110110010011010000010001010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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